aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Net/HttpStreamAsyncResult.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-21 10:50:54 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-21 10:50:54 -0400
commit7815d65e5c315990086c84e440cae125c77b3687 (patch)
treedc7f95aff749644df3029eac4841ba17975db4d9 /SocketHttpListener/Net/HttpStreamAsyncResult.cs
parent23691e181b122dd345e2878556662a3d31266cee (diff)
update responses
Diffstat (limited to 'SocketHttpListener/Net/HttpStreamAsyncResult.cs')
-rw-r--r--SocketHttpListener/Net/HttpStreamAsyncResult.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/SocketHttpListener/Net/HttpStreamAsyncResult.cs b/SocketHttpListener/Net/HttpStreamAsyncResult.cs
index e7e516c6b..d96988fce 100644
--- a/SocketHttpListener/Net/HttpStreamAsyncResult.cs
+++ b/SocketHttpListener/Net/HttpStreamAsyncResult.cs
@@ -66,10 +66,7 @@ namespace SocketHttpListener.Net
}
}
- public bool CompletedSynchronously
- {
- get { return (_synchRead == _count); }
- }
+ public bool CompletedSynchronously => false;
public bool IsCompleted
{