[Modify] Polish it
This commit is contained in:
parent
4ccfe0aa62
commit
6c12b638fd
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user