]> Cypherpunks repositories - gostls13.git/commit
net/http/httputil: pass through any "TE: trailers" header to backend
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 29 May 2018 22:08:32 +0000 (22:08 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 29 May 2018 22:33:14 +0000 (22:33 +0000)
commit9e56156ade484d806cdd3aceb38f100b66d490bf
tree99dfd891846e2b4949ca04f608b4537ff1ee234f
parent6c6e22e5a9b70f22750e4fc210cd67175c6d1187
net/http/httputil: pass through any "TE: trailers" header to backend

Fixes #21096

Change-Id: I2a4688a79bdaa25b4e8ef38e3390d93d3d0bce04
Reviewed-on: https://go-review.googlesource.com/115135
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/http/httputil/reverseproxy.go
src/net/http/httputil/reverseproxy_test.go