Skip to content

Commit

Permalink
doc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers to the release…
Browse files Browse the repository at this point in the history
… notes.

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>
  • Loading branch information
tcolgate authored and bradfitz committed Aug 4, 2017
1 parent 78d74fc commit 9bb98e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/go1.9.html
Expand Up @@ -773,6 +773,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>

</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 -->
Expand Down

0 comments on commit 9bb98e0

Please sign in to comment.