mirror of
https://github.com/golang/net.git
synced 2026-03-31 02:17:08 +09:00
228a67a374710bff77fc490e7f538b317c34e247
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>
Go Networking
This repository holds supplementary Go networking packages.
Report Issues / Send Patches
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.
Description
Languages
Go
99.9%