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

Commit 36f8342

Browse files
Merge pull request #576 from StephaneGraziano/master
Don't change the Server Socket SendBufferSize or ReceiveBufferSize
2 parents 1702123 + 1015cd8 commit 36f8342

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Titanium.Web.Proxy/Network/Tcp/TcpConnectionFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ private async Task<TcpServerConnection> createServerConnection(string remoteHost
274274
NoDelay = proxyServer.NoDelay,
275275
ReceiveTimeout = proxyServer.ConnectionTimeOutSeconds * 1000,
276276
SendTimeout = proxyServer.ConnectionTimeOutSeconds * 1000,
277-
SendBufferSize = proxyServer.BufferSize,
278-
ReceiveBufferSize = proxyServer.BufferSize,
279277
LingerState = new LingerOption(true, proxyServer.TcpTimeWaitSeconds)
280278
};
281279

0 commit comments

Comments
 (0)