|
|
|
@ -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>
|
|
|
|
|