From: Tristan Colgate Date: Fri, 4 Aug 2017 07:27:56 +0000 (+0100) Subject: doc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers to the release notes. X-Git-Tag: go1.9rc2~1^2~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9bb98e02defa62f196c5a0b3c56a5ab88ccfc123;p=gostls13.git doc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers to the release 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 --- diff --git a/doc/go1.9.html b/doc/go1.9.html index 967d79b93e..aafd03c51f 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -773,6 +773,16 @@ version of gccgo. +
net/http/httputil
+
+

+ The ReverseProxy + 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. +

+ +
+
os