From 69d336c569ba5499cc01549c1b20174807a375af Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 21 Feb 2019 16:02:36 -0500 Subject: [PATCH] Fixes #838 --- docs/src/main/asciidoc/spring-cloud-gateway.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-gateway.adoc b/docs/src/main/asciidoc/spring-cloud-gateway.adoc index c7527924..b3748d96 100644 --- a/docs/src/main/asciidoc/spring-cloud-gateway.adoc +++ b/docs/src/main/asciidoc/spring-cloud-gateway.adoc @@ -564,8 +564,8 @@ spring: This will send a status 302 with a `Location:http://acme.org` header to perform a redirect. -=== RemoveNonProxyHeaders GatewayFilter Factory -The RemoveNonProxyHeaders GatewayFilter Factory removes headers from forwarded requests. The default list of headers that is removed comes from the https://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-14#section-7.1.3[IETF]. +=== RemoveHopByHopHeadersFilter GatewayFilter Factory +The RemoveHopByHopHeadersFilter GatewayFilter Factory removes headers from forwarded requests. The default list of headers that is removed comes from the https://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-14#section-7.1.3[IETF]. .The default removed headers are: * Connection