You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with Firefox 60.0.1 and Google Chrome 65.0, in both cases no response comes back with the above line added to the server example. Tried to debug but got all lost in futures.
The text was updated successfully, but these errors were encountered:
I'm not sure, but probably that's because HTTP/2 headers must be lower case (etag, not ETag). If it's the case rust-protobuf should probably automatically convert names to lower case.
The example at examples/server.rs breaks when I add one more header after line 36,
https://github.com/stepancheg/rust-http2/blob/master/examples/server.rs#L36 :
resp_headers.add("ETag", "12345678901234567890");
Tested with Firefox 60.0.1 and Google Chrome 65.0, in both cases no response comes back with the above line added to the server example. Tried to debug but got all lost in futures.
The text was updated successfully, but these errors were encountered: