From 31d5c83783aa338e589029a4e6f3f3a4159372b2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 8 Jul 2018 19:47:26 +0200 Subject: [PATCH 1/1] Add a TODO on Client::serving_hls_playlist. --- client.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client.h b/client.h index e3fb26b..1a7f2a4 100644 --- a/client.h +++ b/client.h @@ -73,6 +73,9 @@ struct Client { Stream *stream = nullptr; // If true, we don't actually serve the stream, but its HLS playlist. + // TODO: Maybe this shouldn't be part of Client, since it's only + // really used in communicating once from parse_request() to + // process_client(); it's not permanent state (and is not serialized). bool serving_hls_playlist = false; // Whether we should close the connection after sending the response. -- 2.39.2