]> git.sesse.net Git - cubemap/blobdiff - state.proto
Fix an issue where clients would be put twice into sleeping_clients (probably since...
[cubemap] / state.proto
index d33d689080b39deaf8eb6dfc41ab5d525bac2592..7d114da5d1a4328e42769e344c63270a891683d4 100644 (file)
@@ -4,8 +4,8 @@ message ClientProto {
        optional int32 state = 2;
        optional bytes request = 3;
        optional string stream_id = 4;
-       optional bytes header = 5;
-       optional int64 header_bytes_sent = 6;
+       optional bytes header_or_error = 5;
+       optional int64 header_or_error_bytes_sent = 6;
        optional int64 bytes_sent = 7;
 };