diff --git a/doc/go1.9.html b/doc/go1.9.html index 967d79b93eec5..aafd03c51f901 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -773,6 +773,16 @@

Minor changes to the library

+
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