Skip to content

Commit cfb28e6

Browse files
Update tonic/src/transport/server/mod.rs
Co-authored-by: tottoto <[email protected]>
1 parent da17a73 commit cfb28e6

File tree

1 file changed

+1
-1
lines changed
  • tonic/src/transport/server

1 file changed

+1
-1
lines changed

tonic/src/transport/server/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ impl<L> Server<L> {
318318

319319
/// Configures the maximum number of local reset streams allowed before a GOAWAY will be sent.
320320
///
321-
/// This will default to whatever the default in hyper is. As of v1.7.0, it is 1024.
321+
/// This will default to whatever the default in hyper is.
322322
#[must_use]
323323
pub fn http2_max_local_error_reset_streams(self, max: Option<usize>) -> Self {
324324
Server {

0 commit comments

Comments
 (0)