hyperium / h2

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

Increase max send buf default to u32::MAX #583

Closed seanmonstar closed 2 years ago

seanmonstar commented 2 years ago

A hang was reported after the new release (https://github.com/hyperium/h2/pull/582#issuecomment-989340854).

@robjtede for now, this should make the default effectively off, while we investigate the hang.

seanmonstar commented 2 years ago

We found a proper fix in #585