Commit 196bf663 authored by justcoding121's avatar justcoding121

#204 Fix exluded host name not working

parent a11b166d
......@@ -139,7 +139,7 @@ namespace Titanium.Web.Proxy
await WriteConnectResponse(clientStreamWriter, version);
await TcpHelper.SendRaw(BUFFER_SIZE, ConnectionTimeOutSeconds, httpRemoteUri.Host, httpRemoteUri.Port,
httpCmd, version, null,
null, version, null,
false, SupportedSslProtocols,
ValidateServerCertificate,
SelectClientCertificate,
......
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