[Modify] Replace it
This commit is contained in:
parent
b858df112d
commit
6184f51ce3
@ -325,7 +325,9 @@ namespace WebSocketSharp.Net
|
||||
return;
|
||||
}
|
||||
|
||||
conn.SendError (null, 404);
|
||||
conn._context.ErrorStatus = 404;
|
||||
|
||||
conn._context.SendError ();
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user