[Modify] Polish it

This commit is contained in:
sta 2021-05-31 20:48:14 +09:00
parent 7d038db8a8
commit 7f667e2016

View File

@ -562,7 +562,6 @@ namespace WebSocketSharp.Net
foreach (var ares in aress) {
var ex = new HttpListenerException (995, message);
ares.Complete (ex);
}
}