From 7815d65e5c315990086c84e440cae125c77b3687 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 21 Jun 2017 10:50:54 -0400 Subject: update responses --- SocketHttpListener/Net/HttpStreamAsyncResult.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'SocketHttpListener/Net/HttpStreamAsyncResult.cs') 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 { -- cgit v1.2.3