[Modify] 995

This commit is contained in:
sta 2021-02-16 19:43:46 +09:00
parent 237c500d6b
commit 7c626bdece

View File

@ -204,9 +204,9 @@ namespace WebSocketSharp.Net
ares.AsyncWaitHandle.WaitOne ();
if (ares.HasException) {
var msg = "I/O operation aborted.";
var msg = "The I/O operation has been aborted.";
throw new HttpListenerException (400, msg);
throw new HttpListenerException (995, msg);
}
return ares.Count;