|
@@ -35,6 +35,7 @@ func RemoveHopByHopHeaders(header http.Header) {
|
|
|
header.Del("Trailers")
|
|
header.Del("Trailers")
|
|
|
header.Del("Transfer-Encoding")
|
|
header.Del("Transfer-Encoding")
|
|
|
header.Del("Upgrade")
|
|
header.Del("Upgrade")
|
|
|
|
|
+ header.Del("Keep-Alive")
|
|
|
|
|
|
|
|
connections := header.Get("Connection")
|
|
connections := header.Get("Connection")
|
|
|
header.Del("Connection")
|
|
header.Del("Connection")
|