Files
golang.net/internal
Nicholas S. Husin af2121a04e internal/http3: avoid blocking when closing a server's QUIC endpoint
Several tests such as TestServerReceivePushStream are currently flaky.
This is because the synctest test finishes before the test server
finishes closing its QUIC endpoint.

To prevent this flakiness, make sure that the server uses a canceled
context when closing the QUIC endpoint, so as to not block.

Fixes golang/go#78100
Fixes golang/go#78101
Fixes golang/go#78102

Change-Id: I88a257d68dfbcf4e1f18b600a2f11dfdabecb078
Reviewed-on: https://go-review.googlesource.com/c/net/+/754740
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Nicholas Husin <husin@google.com>
2026-03-12 10:37:40 -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
2023-02-07 17:08:46 +00:00