[Modify] Replace it
This commit is contained in:
parent
7505b4ba8e
commit
694ff38670
@ -931,7 +931,7 @@ namespace WebSocketSharp.Server
|
|||||||
processRequest (ctx);
|
processRequest (ctx);
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
_log.Fatal (ex.Message);
|
_log.Error (ex.Message);
|
||||||
_log.Debug (ex.ToString ());
|
_log.Debug (ex.ToString ());
|
||||||
|
|
||||||
ctx.Connection.Close (true);
|
ctx.Connection.Close (true);
|
||||||
|
Loading…
Reference in New Issue
Block a user