[Modify] Replace it
This commit is contained in:
parent
df7b41c71f
commit
978b38fcf4
@ -1257,7 +1257,7 @@ namespace WebSocketSharp
|
|||||||
private bool processUnsupportedFrame (WebSocketFrame frame)
|
private bool processUnsupportedFrame (WebSocketFrame frame)
|
||||||
{
|
{
|
||||||
_logger.Fatal ("An unsupported frame:" + frame.PrintToString (false));
|
_logger.Fatal ("An unsupported frame:" + frame.PrintToString (false));
|
||||||
fatal ("There is no way to handle it.", null);
|
fatal ("There is no way to handle it.", CloseStatusCode.PolicyViolation);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user