X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=19b4b9961191b39674fa1ed25ccc61cbbcf2111b;hp=90d86e4170f5448f794c3be910193c74f7000e9d;hb=c020a9df307f6a5794336919fe5f2ac9a5a94e0a;hpb=ed218ece51e5be77fd8bd8f014b5f05708e4be5b diff --git a/state.proto b/state.proto index 90d86e4..19b4b99 100644 --- a/state.proto +++ b/state.proto @@ -23,6 +23,8 @@ message ClientProto { optional int64 tls_output_bytes_already_consumed = 18; optional bool in_ktls_mode = 19; optional bytes x_playback_session_id = 22; + optional bool close_after_response = 23 [default=true]; + optional bool http_11 = 24 [default=false]; }; // Corresponds to struct Stream::FragmentStart.