]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: mention ReverseProxy passing TE: trailers headers to backend
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 25 Jul 2018 17:00:40 +0000 (17:00 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 31 Jul 2018 18:11:29 +0000 (18:11 +0000)
Change-Id: Idbc507ae3df791a759b967bcbe833b8e08bd9611
Reviewed-on: https://go-review.googlesource.com/125817
Reviewed-by: Andrew Bonventre <andybons@golang.org>
doc/go1.11.html

index 3fa69c4d17f73b5fbb93be62dba8f7cb48c5224a..57468066c7b2a57791696a9f20b9e4ba82d6b71c 100644 (file)
@@ -709,6 +709,12 @@ for k := range m {
       option to permit changing how errors are handled.
     </p>
 
+    <p><!-- CL 115135 -->
+      The <code>ReverseProxy</code> now also passes
+      "<code>TE:</code>&nbsp;<code>trailers</code>" request headers
+      through to the backend, as required by the gRPC protocol.
+    </p>
+
 </dl><!-- net/http/httputil -->
 
 <dl id="os"><dt><a href="/pkg/os/">os</a></dt>