X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=7d114da5d1a4328e42769e344c63270a891683d4;hp=d33d689080b39deaf8eb6dfc41ab5d525bac2592;hb=f3ed48479f9209e708cd17698dc9e778e07284cd;hpb=99646561978d4ed5be73f90441c5f64c4d64a0dc diff --git a/state.proto b/state.proto index d33d689..7d114da 100644 --- a/state.proto +++ b/state.proto @@ -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; };