Commit 27791e02 authored by Honfika's avatar Honfika

space removed

parent f69fb3bb
......@@ -164,7 +164,7 @@ namespace Titanium.Web.Proxy
if (connection != null)
{
var socket = connection.TcpSocket;
bool part1 = socket.Poll(1000, SelectMode.SelectRead);
bool part1 = socket.Poll(1000, SelectMode.SelectRead);
bool part2 = socket.Available == 0;
if (part1 & part2)
{
......
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