Skip to content

Commit

Permalink
Fix documentation for max_send_buffer_size (hyperium#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Protryon committed Oct 18, 2023
1 parent d03c54a commit 78383f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ impl Builder {
/// stream have been written to the connection, the send buffer capacity
/// will be freed up again.
///
/// The default is currently ~400MB, but may change.
/// The default is currently ~400KB, but may change.
///
/// # Panics
///
Expand Down
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ impl Builder {
/// stream have been written to the connection, the send buffer capacity
/// will be freed up again.
///
/// The default is currently ~400MB, but may change.
/// The default is currently ~400KB, but may change.
///
/// # Panics
///
Expand Down

0 comments on commit 78383f0

Please sign in to comment.