diff --git a/common/protocol/http/headers.go b/common/protocol/http/headers.go index 59e946e9c..f15f14110 100644 --- a/common/protocol/http/headers.go +++ b/common/protocol/http/headers.go @@ -35,6 +35,7 @@ func RemoveHopByHopHeaders(header http.Header) { header.Del("Trailers") header.Del("Transfer-Encoding") header.Del("Upgrade") + header.Del("Keep-Alive") connections := header.Get("Connection") header.Del("Connection")