[Modify] Replace it
This commit is contained in:
parent
4e0f2902de
commit
ebbc0a0bf9
@ -458,7 +458,7 @@ namespace WebSocketSharp.Net
|
||||
{
|
||||
_context.Listener = listener;
|
||||
|
||||
if (!_context.Register ()) {
|
||||
if (!listener.RegisterContext (_context)) {
|
||||
_context.ErrorStatusCode = 503;
|
||||
_context.SendError ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user