hyperium / h2

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

Fix poll_capacity to wake in combination with max_send_buffer_size #585

Closed seanmonstar closed 2 years ago

seanmonstar commented 2 years ago

Closes #584

seanmonstar commented 2 years ago

cc @robjtede

robjtede commented 2 years ago

Awesome. Using a patch to this branch the tests pass. Cheers for the quick turn-around.