From 9505b6f4ec569d03844cd9d0451c3abba5352590 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 8 Dec 2020 16:29:42 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/HttpConnection.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index c099bbe9..ca149045 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -614,11 +614,6 @@ namespace WebSocketSharp.Net } } - public void SendError () - { - SendError (_context.ErrorMessage, _context.ErrorStatus); - } - public void SendError (string message, int status) { if (_socket == null)