| commit | 47a241fc51f963a97809506a57a5d0316709ca32 | [log] [tgz] |
|---|---|---|
| author | Damien Neil <dneil@google.com> | Tue Sep 30 17:13:06 2025 -0700 |
| committer | Gopher Robot <gobot@golang.org> | Wed Oct 01 09:50:47 2025 -0700 |
| tree | 2f5769fd5e8f280102c39d8adb9c6e4be9feaf5d | |
| parent | 51f657b16c625841a01874388d4a7e3765c40dfb [diff] |
http2: make the error channel pool per-Server Channels can't be shared across synctest bubbles, so a global pool causes panics when using an http2.Server in a bubble. Make the pool per-Server. A Server can't be shared across bubbles anyway (it contains channels) and outside of tests most programs will have a single Server. Fixes golang/go#75674 Change-Id: I966f985e1b9644bdf8ae81d9abb142d80320cc82 Reviewed-on: https://go-review.googlesource.com/c/net/+/708135 Auto-Submit: Nicholas Husin <nsh@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Nicholas Husin <husin@google.com> Reviewed-by: Nicholas Husin <nsh@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.