-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
2 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters