X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;fp=state.proto;h=290c0fff14a8ffa15f8fe7589998c13d8887c6dd;hp=90d86e4170f5448f794c3be910193c74f7000e9d;hb=2b9ff2cf5d26abde03f8f2ebea0a423145d0c2d7;hpb=4935d50a97f7391795b7974b40c85003189f117a diff --git a/state.proto b/state.proto index 90d86e4..290c0ff 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; + optional bool http_11 = 24; }; // Corresponds to struct Stream::FragmentStart.