Commit da9f4b24 authored by justcoding121's avatar justcoding121 Committed by justcoding121

fix proxy-connection

parent b6d75bd0
...@@ -140,7 +140,7 @@ namespace Titanium.Web.Proxy ...@@ -140,7 +140,7 @@ namespace Titanium.Web.Proxy
} }
else else
{ {
connectionHeader.Value = "close"; connectionHeader.Value = proxyHeader.Value;
} }
headers.RemoveAll(x => x.Name.ToLower() == "proxy-connection"); headers.RemoveAll(x => x.Name.ToLower() == "proxy-connection");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment