[Modify] Edit it

master
sta 5 years ago
parent 4d3be6041f
commit b3fa762711

@ -272,9 +272,8 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
Gone = 410, Gone = 410,
/// <summary> /// <summary>
/// Equivalent to status code 411. /// Equivalent to status code 411. Indicates that the server refuses to
/// Indicates that the server refuses to accept the client's request without a defined /// accept the client's request without a defined Content-Length.
/// Content-Length.
/// </summary> /// </summary>
LengthRequired = 411, LengthRequired = 411,
/// <summary> /// <summary>

Loading…
Cancel
Save