We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
@neild requested issue #49194 to be considered for backport to the next 1.16 minor release.
@gopherbot Please open backport issues for 1.16 and 1.17
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/368086 mentions this issue: [release-branch.go1.16] net/http: do not send Transfer-Encoding: identity in responses
[release-branch.go1.16] net/http: do not send Transfer-Encoding: identity in responses
Sorry, something went wrong.
Closed by merging 266ee22 to release-branch.go1.16.
[release-branch.go1.16] net/http: do not send Transfer-Encoding: iden…
266ee22
…tity in responses Server handlers may set a "Transfer-Encoding: identity" header on responses to disable chunking, but this header should not be sent on the wire. For #49194. Fixes #49567. Change-Id: I46a9e3b8ff9d93edd7d1c34d264fc309fa322ad5 Reviewed-on: https://go-review.googlesource.com/c/go/+/359176 Trust: Damien Neil <[email protected]> Run-TryBot: Damien Neil <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> (cherry picked from commit b69b2f6) Reviewed-on: https://go-review.googlesource.com/c/go/+/368086 Reviewed-by: Michael Knyszek <[email protected]>
No branches or pull requests
@neild requested issue #49194 to be considered for backport to the next 1.16 minor release.
The text was updated successfully, but these errors were encountered: