[Modify] Replace it
This commit is contained in:
parent
26479fca1a
commit
b858df112d
@ -356,7 +356,9 @@ namespace WebSocketSharp.Net
|
||||
if (conn._timeoutCanceled[current])
|
||||
return;
|
||||
|
||||
conn.SendError (null, 408);
|
||||
conn._context.ErrorStatus = 408;
|
||||
|
||||
conn._context.SendError ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user