| commit | ebed060e8f30f20235f74808c22125fd86b15edd | [log] [tgz] |
|---|---|---|
| author | Chressie Himpel <chressie@golang.org> | Tue Mar 25 14:43:42 2025 +0100 |
| committer | Chressie Himpel <chressie@golang.org> | Tue Mar 25 08:01:24 2025 -0700 |
| tree | e37812785a0f1ba68e98337becefe4abeaf6caed | |
| parent | 1f1fa29e0a46fffe18c43a9da8daa5a0b180dfa9 [diff] |
internal/http3: fix build of tests with GOEXPERIMENT=nosynctest The tests in qpack_decode_test.go require synctest helpers from http3_test.go, but that file has a goexperiment.synctest build constraint. To make builds work when GOEXPERIMENT=nosynctest is specified the synctest helpers are refactored into http3_synctest_test.go (with the same build constraint) and the non-synctest related functionality is kept in http3_test.go. Change-Id: Iae339dc1895f27e7ac5ba985e204f4868c229a4d Reviewed-on: https://go-review.googlesource.com/c/net/+/660535 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com>
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.