From 9f87fc2c5ef446db9a4eabaf15ff03dbd92d5c13 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 29 May 2021 22:13:07 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpListenerAsyncResult.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerAsyncResult.cs b/websocket-sharp/Net/HttpListenerAsyncResult.cs index 33552d6b..e1621b60 100644 --- a/websocket-sharp/Net/HttpListenerAsyncResult.cs +++ b/websocket-sharp/Net/HttpListenerAsyncResult.cs @@ -55,12 +55,12 @@ namespace WebSocketSharp.Net private AsyncCallback _callback; private bool _completed; + private bool _completedSynchronously; private HttpListenerContext _context; private bool _endCalled; private Exception _exception; private object _state; private object _sync; - private bool _completedSynchronously; private ManualResetEvent _waitHandle; #endregion