[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> /// </summary>
RedirectKeepVerb = 307, RedirectKeepVerb = 307,
/// <summary> /// <summary>
/// Equivalent to status code 400. /// Equivalent to status code 400. Indicates that the client's request could
/// Indicates that the client's request couldn't be understood by the server due to /// not be understood by the server due to malformed syntax.
/// malformed syntax.
/// </summary> /// </summary>
BadRequest = 400, BadRequest = 400,
/// <summary> /// <summary>