X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=client.h;h=1a7f2a46216dd4f48849860cd4bd6ad2ef1c7286;hp=e3fb26bd895698af8fcca68b36934c827eba7116;hb=31d5c83783aa338e589029a4e6f3f3a4159372b2;hpb=2b9ff2cf5d26abde03f8f2ebea0a423145d0c2d7;ds=sidebyside 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.