From 26099534a09ccca9f78fff429840870e4b6859e8 Mon Sep 17 00:00:00 2001 From: Alexey Moiseev Date: Wed, 14 Aug 2013 16:26:18 +0300 Subject: [PATCH] Applying fixes to Https from Windows team to mono --- mcs/class/System/System.Net/ListenerAsyncResult.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcs/class/System/System.Net/ListenerAsyncResult.cs b/mcs/class/System/System.Net/ListenerAsyncResult.cs index 1738ce07ee1..88f75e88a99 100644 --- a/mcs/class/System/System.Net/ListenerAsyncResult.cs +++ b/mcs/class/System/System.Net/ListenerAsyncResult.cs @@ -117,6 +117,8 @@ namespace System.Net { } } else { completed = true; + this.synch = false; + if (handle != null) handle.Set (); -- 2.25.1