]> git.sesse.net Git - cubemap/blobdiff - state.proto
Store the stream header in the inputs, not just the streams.
[cubemap] / state.proto
index d40acc93202a0c9d1c69d65db3db6a173798c8d4..9479c2ad5b87bc6e34836040534fe69e5afbfdb2 100644 (file)
@@ -40,11 +40,13 @@ message InputProto {
        optional int32 request_bytes_sent = 5;
        optional bytes response = 6;
        optional bytes http_header = 10;
+       optional bytes stream_header = 14;
        optional bytes pending_data = 7;
        optional bool has_metacube_header = 8;
        optional int32 sock = 9;
        optional int64 bytes_received = 11;
        optional int64 data_bytes_received = 12;
+       optional int64 connect_time = 13;
 };
 
 // Corresponds to class Acceptor.