Unverified Commit 36f8342f authored by Jehonathan Thomas's avatar Jehonathan Thomas Committed by GitHub

Merge pull request #576 from StephaneGraziano/master

Don't change the Server Socket SendBufferSize or ReceiveBufferSize
parents 17021238 1015cd81
...@@ -274,8 +274,6 @@ namespace Titanium.Web.Proxy.Network.Tcp ...@@ -274,8 +274,6 @@ namespace Titanium.Web.Proxy.Network.Tcp
NoDelay = proxyServer.NoDelay, NoDelay = proxyServer.NoDelay,
ReceiveTimeout = proxyServer.ConnectionTimeOutSeconds * 1000, ReceiveTimeout = proxyServer.ConnectionTimeOutSeconds * 1000,
SendTimeout = proxyServer.ConnectionTimeOutSeconds * 1000, SendTimeout = proxyServer.ConnectionTimeOutSeconds * 1000,
SendBufferSize = proxyServer.BufferSize,
ReceiveBufferSize = proxyServer.BufferSize,
LingerState = new LingerOption(true, proxyServer.TcpTimeWaitSeconds) LingerState = new LingerOption(true, proxyServer.TcpTimeWaitSeconds)
}; };
......
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