[Modify] Edit it
This commit is contained in:
parent
d51bf56c99
commit
6ee2cc193f
@ -288,8 +288,8 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
RequestEntityTooLarge = 413,
|
RequestEntityTooLarge = 413,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 414.
|
/// Equivalent to status code 414. Indicates that the request URI is longer
|
||||||
/// Indicates that the request URI is longer than the server is willing to interpret.
|
/// than the server is willing to interpret.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
RequestUriTooLong = 414,
|
RequestUriTooLong = 414,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user