diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-21 10:50:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-21 10:50:54 -0400 |
| commit | 7815d65e5c315990086c84e440cae125c77b3687 (patch) | |
| tree | dc7f95aff749644df3029eac4841ba17975db4d9 /SocketHttpListener/Net/HttpStreamAsyncResult.cs | |
| parent | 23691e181b122dd345e2878556662a3d31266cee (diff) | |
update responses
Diffstat (limited to 'SocketHttpListener/Net/HttpStreamAsyncResult.cs')
| -rw-r--r-- | SocketHttpListener/Net/HttpStreamAsyncResult.cs | 5 |
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 { |
