internal/http3: add Expect: 100-continue support to ClientConn When sending a request containing the "Expect: 100-continue" header, ClientConn.RoundTrip will now only send the request body after receiving an HTTP 100 status response from the server. For golang/go#70914 Change-Id: Ib3acea68b078486bda96426952897c3f2d51b47b Reviewed-on: https://go-review.googlesource.com/c/net/+/742540 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>
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.