mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
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>