From: Steinar H. Gunderson Date: Sun, 8 Jul 2018 17:47:26 +0000 (+0200) Subject: Add a TODO on Client::serving_hls_playlist. X-Git-Tag: 1.4.0~4 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=31d5c83783aa338e589029a4e6f3f3a4159372b2;hp=2b9ff2cf5d26abde03f8f2ebea0a423145d0c2d7 Add a TODO on Client::serving_hls_playlist. --- 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.