[Modify] Remove it

master
sta 5 years ago
parent 25ad2859b4
commit 9505b6f4ec

@ -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)

Loading…
Cancel
Save