]> Cypherpunks repositories - gostls13.git/commitdiff
doc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers to the release notes.
authorTristan Colgate <tcolgate@gmail.com>
Fri, 4 Aug 2017 07:27:56 +0000 (08:27 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 Aug 2017 18:36:20 +0000 (18:36 +0000)
Add https://go-review.googlesource.com/c/43712,
"net/http/httputil: ReverseProxy should pass on unannounced Trailers"
to the relase notes.

Fixes #21307

Change-Id: I52c126987a5d0abc4153c0e71b535529c46cd457
Reviewed-on: https://go-review.googlesource.com/53290
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.9.html

index 967d79b93eec514f570a4c60c30065e0189c36eb..aafd03c51f901fc4961a65fadb3012b1fe6a93d8 100644 (file)
@@ -773,6 +773,16 @@ version of gccgo.
 
 </dl><!-- net/http/httptest -->
 
+<dl id="net/http/httputil"><dt><a href="/pkg/net/http/httputil/">net/http/httputil</a></dt>
+  <dd>
+    <p><!-- CL 43712 -->
+      The <a href="/pkg/net/http/httputil/#ReverseProxy"><code>ReverseProxy</code></a>
+      now proxies all HTTP/2 response trailers, even those not declared in the initial response
+      header. Such undeclared trailers are used by the gRPC protocol.
+    </p>
+
+</dl><!-- net/http/httputil -->
+
 <dl id="os"><dt><a href="/pkg/os/">os</a></dt>
   <dd>
     <p><!-- CL 36800 -->