x/net/http2: client should allow 'trailers' Transfer-Encoding header #15089
Labels
Comments
http://tools.ietf.org/html/rfc7230#section-4.3 (TE) |
Confusing names are confusing, my bad! |
No prob. Thanks for fixing the other one. |
Now that I look |
Yeah, looks like it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go version
)?go1.6
go env
)?Ubuntu 15.10 amd64
No error
http2: invalid Transfer-Encoding request header
.checkConnHeaders
fails on anyTransfer-Encoding
header values other thanchunked
, butencodeHeaders
ignores anyTransfer-Encoding
headers anyway. This is contrary to the spec which saysThe text was updated successfully, but these errors were encountered: