From ce06f5a222b48fd16461730c4b0dcb75b005609f Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 25 Jul 2018 17:00:40 +0000 Subject: [PATCH] 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 --- doc/go1.11.html | 6 ++++++ 1 file changed, 6 insertions(+) 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