We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e34eb commit 4d1ed57Copy full SHA for 4d1ed57
src/server/conn/auto.rs
@@ -597,7 +597,7 @@ impl<E> Http2Builder<'_, E> {
597
/// Sets the [`SETTINGS_MAX_CONCURRENT_STREAMS`][spec] option for HTTP2
598
/// connections.
599
///
600
- /// Default is no limit (`std::u32::MAX`). Passing `None` will do nothing.
+ /// Default is 200. Passing `None` will remove any limit.
601
602
/// [spec]: https://http2.github.io/http2-spec/#SETTINGS_MAX_CONCURRENT_STREAMS
603
pub fn max_concurrent_streams(&mut self, max: impl Into<Option<u32>>) -> &mut Self {
0 commit comments