[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 { try {
var threw = false; var threw = false;
try { try {
_services.Stop (code, reason); _services.Stop (code, reason);
} }
catch { catch {
threw = true; threw = true;
throw; throw;
} }
finally { finally {