mirror of
https://github.com/golang/go
synced 2024-11-11 23:10:23 -07:00
doc/go1.11: mention ReverseProxy passing TE: trailers headers to backend
Change-Id: Idbc507ae3df791a759b967bcbe833b8e08bd9611 Reviewed-on: https://go-review.googlesource.com/125817 Reviewed-by: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
parent
d3c3aaa61f
commit
ce06f5a222
@ -709,6 +709,12 @@ for k := range m {
|
|||||||
option to permit changing how errors are handled.
|
option to permit changing how errors are handled.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p><!-- CL 115135 -->
|
||||||
|
The <code>ReverseProxy</code> now also passes
|
||||||
|
"<code>TE:</code> <code>trailers</code>" request headers
|
||||||
|
through to the backend, as required by the gRPC protocol.
|
||||||
|
</p>
|
||||||
|
|
||||||
</dl><!-- net/http/httputil -->
|
</dl><!-- net/http/httputil -->
|
||||||
|
|
||||||
<dl id="os"><dt><a href="/pkg/os/">os</a></dt>
|
<dl id="os"><dt><a href="/pkg/os/">os</a></dt>
|
||||||
|
Loading…
Reference in New Issue
Block a user