-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: RoundTrip unexpectedly changes Request [1.14 backport] #40973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Change https://golang.org/cl/249880 mentions this issue: |
Approved because this is a critical problem without a workaround. |
Closed by merging fae8e09 to release-branch.go1.14. |
gopherbot
pushed a commit
that referenced
this issue
Aug 27, 2020
…equests Ensure that the exact Request passed to Transport.RoundTrip is returned in the Response. Do not replace the Request with a copy when resetting the request body. Updates #39533. Fixes #40973. Change-Id: Ie6fb080c24b0f6625b0761b7aa542af3d2411817 Reviewed-on: https://go-review.googlesource.com/c/go/+/237560 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Russ Cox <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/249880 Run-TryBot: Dmitri Shuralyov <[email protected]> Reviewed-by: Damien Neil <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@dmitshur requested issue #39533 to be considered for backport to the next 1.14 minor release.
The text was updated successfully, but these errors were encountered: