[Modify] Edit it

This commit is contained in:
sta 2020-08-07 19:44:12 +09:00
parent 4d3be6041f
commit b3fa762711

View File

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