]> git.sesse.net Git - cubemap/commitdiff
Fix upgradability of keepalive status across exec.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 8 Jul 2018 17:48:05 +0000 (19:48 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 8 Jul 2018 17:48:05 +0000 (19:48 +0200)
state.proto

index 290c0fff14a8ffa15f8fe7589998c13d8887c6dd..19b4b9961191b39674fa1ed25ccc61cbbcf2111b 100644 (file)
@@ -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.