From 5f7986a0a1df02c059c8f8da55cdd0402fce25f2 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 25 May 2021 15:57:26 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/HttpListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListener.cs b/websocket-sharp/Net/HttpListener.cs index 802a4c86..c82167e5 100644 --- a/websocket-sharp/Net/HttpListener.cs +++ b/websocket-sharp/Net/HttpListener.cs @@ -897,7 +897,7 @@ namespace WebSocketSharp.Net throw new InvalidOperationException (msg); } - var ares = BeginGetContext (new HttpListenerAsyncResult (null, null)); + var ares = beginGetContext (null, null); ares.InGet = true; return EndGetContext (ares);