[Modify] Replace it

This commit is contained in:
sta 2021-05-24 21:00:39 +09:00
parent bc070a309f
commit a8ca339836

View File

@ -210,7 +210,7 @@ namespace WebSocketSharp.Net
? new HttpListenerException (995, "The listener is closed.")
: exception;
complete (this);
complete ();
}
internal void Complete (HttpListenerContext context, bool syncCompleted)