[Modify] Replace it

This commit is contained in:
sta 2020-12-07 20:58:34 +09:00
parent 26479fca1a
commit b858df112d

View File

@ -356,7 +356,9 @@ namespace WebSocketSharp.Net
if (conn._timeoutCanceled[current])
return;
conn.SendError (null, 408);
conn._context.ErrorStatus = 408;
conn._context.SendError ();
}
}