From ed87e2d46dbcb48e8cb87a396b3a6dfc0b73fd60 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 12 Dec 2020 17:35:36 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpConnection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index 7c6140d9..3e8c22f6 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -359,7 +359,6 @@ namespace WebSocketSharp.Net return; conn._context.ErrorStatusCode = 408; - conn._context.SendError (); } }