[Modify] Replace it

This commit is contained in:
sta 2021-05-12 19:59:19 +09:00
parent 4e0f2902de
commit ebbc0a0bf9

View File

@ -458,7 +458,7 @@ namespace WebSocketSharp.Net
{
_context.Listener = listener;
if (!_context.Register ()) {
if (!listener.RegisterContext (_context)) {
_context.ErrorStatusCode = 503;
_context.SendError ();