hyperium / h2

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

Fix documentation for max_send_buffer_size (#718) #719

Closed Protryon closed 11 months ago

Protryon commented 11 months ago

This PR updates the documentation to reflect the actual default for max_send_buffer_size field, which is 400 KB, not 400 MB.

Fixes #718.