You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http2: do not surface errors from a conn's idle timer expiring
CL 625398 surfaces errors occurring on a client conn before it
has been used for any requests.
Don't surface "errors" arising from a conn being closed for
idleness without ever being used.
For golang/go#70515
Change-Id: I2b45215f90f74fee66ee46f3b62d27117147c64a
Reviewed-on: https://go-review.googlesource.com/c/net/+/631815
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: David Chase <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
0 commit comments