commit | e9d95ba163f72442cc09dca1865147a62351ac72 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Mon Nov 25 14:22:09 2024 -0800 |
committer | Damien Neil <dneil@google.com> | Mon Dec 30 14:15:19 2024 -0800 |
tree | f37b3889217b84f2144539a05f354e6fb7e9032f | |
parent | c2be9921fe46b336b1991c4e5984666bd75b941f [diff] |
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.