[Modify] Edit it

This commit is contained in:
sta 2020-08-08 22:26:20 +09:00
parent d51bf56c99
commit 6ee2cc193f

View File

@ -288,8 +288,8 @@ namespace WebSocketSharp.Net
/// </summary>
RequestEntityTooLarge = 413,
/// <summary>
/// Equivalent to status code 414.
/// Indicates that the request URI is longer than the server is willing to interpret.
/// Equivalent to status code 414. Indicates that the request URI is longer
/// than the server is willing to interpret.
/// </summary>
RequestUriTooLong = 414,
/// <summary>