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 8ba9008 commit e13e783Copy full SHA for e13e783
src/client/conn/http2.rs
@@ -387,7 +387,7 @@ where
387
///
388
/// See [Section 5.1.2] in the HTTP/2 spec for more details.
389
390
- /// [Section 5.1.2]: https://http2.github.io/http2-spec/#rfc.section.5.1.2
+ /// [Section 5.1.2]: https://httpwg.org/specs/rfc7540.html#rfc.section.5.1.2
391
pub fn max_concurrent_streams(&mut self, max: impl Into<Option<u32>>) -> &mut Self {
392
self.h2_builder.max_concurrent_streams = max.into();
393
self
0 commit comments