commit | 93c1957e426c83a1e25987d259830a782eacd109 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Mon Jan 13 11:28:24 2025 -0800 |
committer | Gopher Robot <gobot@golang.org> | Wed Jan 22 10:00:23 2025 -0800 |
tree | b90e4f1634e0eeb852f56349c7cbe5f603693099 | |
parent | 45432b5e4f38b46a5abcbb1311593790829ec53f [diff] |
internal/http3: add Transport and ClientConn Add the first rudiments of an HTTP/3 client. The client currently opens a QUIC connection and creates a control stream on it, and nothing else. Add surrounding test infrastructure for examining the client's behavior. Tests use the experimental testing/synctest package and will only run when the Go version is at least Go 1.24 and GOEXPERIMENT=synctest is set. For golang/go#70914 Change-Id: I19803187a8e62c461f60d7a1d44c2a408377e342 Reviewed-on: https://go-review.googlesource.com/c/net/+/642516 Reviewed-by: Jonathan Amsterdam <jba@google.com> Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.