hyperium / h2

HTTP 2.0 client & server implementation for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`max_send_buffer_size` documentation states default is 400 MB. It is 400 KB.

Protryon opened this issue · comments

The documentation for max_send_buffer_size state the default is 400 MB. It appears to be 400 KB from looking at the code. We we're pretty alarmed by this at first.

Oh, good catch! Where was the mistake, in hyper or in h2? Want to submit a PR?

It was in h2 documentation. Yeah I'll submit one later today I suppose.