Files
golang.net/internal
Nicholas S. Husin 228a67a374 internal/http3: add CloseIdleConnections support in transport
Currently, our HTTP/3 transport creates a QUIC endpoint that is never
closed when dialing a connection for the first time.

To prevent lingering resource that is never cleaned up until a program
exits, we now close the QUIC endpoint when CloseIdleConnections is
called and no connections need the endpoint anymore.

For golang/go#70914
For golang/go#77440

Change-Id: I0e4cb131c161216dd8e6abacfc4e57e79be63d7c
Reviewed-on: https://go-review.googlesource.com/c/net/+/754741
Reviewed-by: Nicholas Husin <husin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
2026-03-27 14:10:48 -07:00
..
2025-09-15 17:28:39 -07:00
2025-10-23 07:34:54 -07:00
2025-09-15 17:28:39 -07:00