From: Brad Fitzpatrick Date: Wed, 25 Jul 2018 17:00:40 +0000 (+0000) Subject: doc/go1.11: mention ReverseProxy passing TE: trailers headers to backend X-Git-Tag: go1.11beta3~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ce06f5a222b48fd16461730c4b0dcb75b005609f;p=gostls13.git doc/go1.11: mention ReverseProxy passing TE: trailers headers to backend Change-Id: Idbc507ae3df791a759b967bcbe833b8e08bd9611 Reviewed-on: https://go-review.googlesource.com/125817 Reviewed-by: Andrew Bonventre --- 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