[Modify] Polish it

This commit is contained in:
sta 2021-07-01 20:11:43 +09:00
parent 4ccfe0aa62
commit 6c12b638fd

View File

@ -1081,11 +1081,13 @@ namespace WebSocketSharp.Server
try {
var threw = false;
try {
_services.Stop (code, reason);
}
catch {
threw = true;
throw;
}
finally {