From: Bryan C. Mills Date: Thu, 13 Jul 2023 14:55:55 +0000 (-0400) Subject: net/http: revert stray edit to h2_bundle.go from CL 508996 X-Git-Tag: go1.21rc3~1^2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d4f0d896a6856e3d6fc64d0e0714645844c59aa0;p=gostls13.git net/http: revert stray edit to h2_bundle.go from CL 508996 h2_bundle.go is generated from x/net/http2, so it must not be edited manually. Change-Id: If76716ce8baf581321358734e5b8bef3541632ca Reviewed-on: https://go-review.googlesource.com/c/go/+/508922 Run-TryBot: Bryan Mills TryBot-Result: Gopher Robot Reviewed-by: Cherry Mui Auto-Submit: Bryan Mills --- diff --git a/src/net/http/h2_bundle.go b/src/net/http/h2_bundle.go index 9c0d592061..dc3e099c83 100644 --- a/src/net/http/h2_bundle.go +++ b/src/net/http/h2_bundle.go @@ -8007,7 +8007,7 @@ func (cc *http2ClientConn) canTakeNewRequestLocked() bool { return st.canTakeNewRequest } -// tooIdleLocked reports whether this connection has been sitting idle +// tooIdleLocked reports whether this connection has been been sitting idle // for too much wall time. func (cc *http2ClientConn) tooIdleLocked() bool { // The Round(0) strips the monontonic clock reading so the