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

Commit 27791e0

Browse files
committed
space removed
1 parent f69fb3b commit 27791e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/RequestHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ await HeaderParser.ReadHeaders(clientStream, args.HttpClient.Request.Headers,
164164
if (connection != null)
165165
{
166166
var socket = connection.TcpSocket;
167-
bool part1 = socket.Poll(1000, SelectMode.SelectRead);
167+
bool part1 = socket.Poll(1000, SelectMode.SelectRead);
168168
bool part2 = socket.Available == 0;
169169
if (part1 & part2)
170170
{

0 commit comments

Comments
 (0)