]> git.sesse.net Git - cubemap/blobdiff - state.proto
Store the stream header in the inputs, not just the streams.
[cubemap] / state.proto
index 99c1e92e657eaf15906f28b5dfa194b0e6ae17f0..9479c2ad5b87bc6e34836040534fe69e5afbfdb2 100644 (file)
@@ -40,6 +40,7 @@ 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;