]> git.sesse.net Git - cubemap/blobdiff - state.proto
Fix that HTTP keepalive information would get lost across exec(), which could lead...
[cubemap] / state.proto
index 90d86e4170f5448f794c3be910193c74f7000e9d..290c0fff14a8ffa15f8fe7589998c13d8887c6dd 100644 (file)
@@ -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.