]> git.sesse.net Git - cubemap/blobdiff - state.proto
Parse the HTTP header (more) properly, and send the headers on to any connecting...
[cubemap] / state.proto
index 8fc632148e591fc78a5e6461190acfc0a90d339f..3d8ea9933756e0820dfc8419d80a8815f7f1d7c4 100644 (file)
@@ -25,6 +25,7 @@ message InputProto {
        optional bytes request = 4;
        optional int32 request_bytes_sent = 5;
        optional bytes response = 6;
+       optional bytes http_header = 10;
        optional bytes pending_data = 7;
        optional bool has_metacube_header = 8;
        optional int32 sock = 9;