From e348cfcf524b6e0d46ff05daa16fa5e72bd63300 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 22 Nov 2020 17:10:43 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpConnection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index a98b0a69..7399e2f9 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -508,7 +508,7 @@ namespace WebSocketSharp.Net try { _stream.BeginRead (_buffer, 0, _bufferLength, onRead, this); } - catch { + catch (Exception) { // TODO: Logging. close ();