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