[Modify] Edit it

This commit is contained in:
sta 2020-08-05 20:19:56 +09:00
parent 7bbe20d009
commit 21f5b87c88

View File

@ -215,9 +215,8 @@ namespace WebSocketSharp.Net
/// </summary>
RedirectKeepVerb = 307,
/// <summary>
/// Equivalent to status code 400.
/// Indicates that the client's request couldn't be understood by the server due to
/// malformed syntax.
/// Equivalent to status code 400. Indicates that the client's request could
/// not be understood by the server due to malformed syntax.
/// </summary>
BadRequest = 400,
/// <summary>