X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=state.proto;h=19b4b9961191b39674fa1ed25ccc61cbbcf2111b;hb=c020a9df307f6a5794336919fe5f2ac9a5a94e0a;hp=290c0fff14a8ffa15f8fe7589998c13d8887c6dd;hpb=2b9ff2cf5d26abde03f8f2ebea0a423145d0c2d7;p=cubemap diff --git a/state.proto b/state.proto index 290c0ff..19b4b99 100644 --- a/state.proto +++ b/state.proto @@ -23,8 +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; + optional bool close_after_response = 23 [default=true]; + optional bool http_11 = 24 [default=false]; }; // Corresponds to struct Stream::FragmentStart.