[Modify] Polish it

This commit is contained in:
sta 2021-04-09 19:57:43 +09:00
parent caa0fb541d
commit 1d705aa052

View File

@ -469,7 +469,6 @@ namespace WebSocketSharp.Net
if (cnt == 0)
return;
// Need to copy this since closing will call the UnregisterContext method.
ctxs = new HttpListenerContext[cnt];
_contextRegistry.CopyTo (ctxs, 0);