hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.34k stars 269 forks source link

Panicking following 0.3.17 #674

Closed Noah-Kennedy closed 1 year ago

Noah-Kennedy commented 1 year ago

It would seem that the patch brought forth some issues.

We panic at https://github.com/hyperium/h2/blob/af4bcacf6d3770e9e3dc10fdc631fc8c0bdd472b/src/proto/streams/streams.rs#L146, causing us to panic again at https://github.com/hyperium/h2/blob/master/src/proto/streams/streams.rs#L1359.

Noah-Kennedy commented 1 year ago

I'll try and mess more with this tomorrow