diff --git a/doc/go1.11.html b/doc/go1.11.html index 3fa69c4d17..57468066c7 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -709,6 +709,12 @@ for k := range m { option to permit changing how errors are handled.

+

+ The ReverseProxy now also passes + "TE: trailers" request headers + through to the backend, as required by the gRPC protocol. +

+
os