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