[Modify] Edit it

master
sta 5 years ago
parent 3948b2beb5
commit 92c570ebb0

@ -257,9 +257,8 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
ProxyAuthenticationRequired = 407, ProxyAuthenticationRequired = 407,
/// <summary> /// <summary>
/// Equivalent to status code 408. /// Equivalent to status code 408. Indicates that the client did not produce
/// Indicates that the client didn't produce a request within the time that the server was /// a request within the time that the server was prepared to wait.
/// prepared to wait.
/// </summary> /// </summary>
RequestTimeout = 408, RequestTimeout = 408,
/// <summary> /// <summary>

Loading…
Cancel
Save