Skip to content

Commit 4aa7b16

Browse files
Protryonseanmonstar
authored andcommitted
Fix documentation for max_send_buffer_size (#718)
1 parent d03c54a commit 4aa7b16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ impl Builder {
10231023
/// stream have been written to the connection, the send buffer capacity
10241024
/// will be freed up again.
10251025
///
1026-
/// The default is currently ~400MB, but may change.
1026+
/// The default is currently ~400KB, but may change.
10271027
///
10281028
/// # Panics
10291029
///

src/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ impl Builder {
937937
/// stream have been written to the connection, the send buffer capacity
938938
/// will be freed up again.
939939
///
940-
/// The default is currently ~400MB, but may change.
940+
/// The default is currently ~400KB, but may change.
941941
///
942942
/// # Panics
943943
///

0 commit comments

Comments
 (0)