Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 3a41b1d

Browse files
committed
fix proxy-connection
1 parent 8211b54 commit 3a41b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/ResponseHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private static void FixResponseProxyHeaders(List<HttpHeader> headers)
140140
}
141141
else
142142
{
143-
connectionHeader.Value = "close";
143+
connectionHeader.Value = proxyHeader.Value;
144144
}
145145

146146
headers.RemoveAll(x => x.Name.ToLower() == "proxy-connection");

0 commit comments

Comments
 (0)