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 da17a73 commit cfb28e6Copy full SHA for cfb28e6
tonic/src/transport/server/mod.rs
@@ -318,7 +318,7 @@ impl<L> Server<L> {
318
319
/// Configures the maximum number of local reset streams allowed before a GOAWAY will be sent.
320
///
321
- /// This will default to whatever the default in hyper is. As of v1.7.0, it is 1024.
+ /// This will default to whatever the default in hyper is.
322
#[must_use]
323
pub fn http2_max_local_error_reset_streams(self, max: Option<usize>) -> Self {
324
Server {
0 commit comments