|
|
|
@ -338,8 +338,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
GatewayTimeout = 504,
|
|
|
|
GatewayTimeout = 504,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 505.
|
|
|
|
/// Equivalent to status code 505. Indicates that the server does not
|
|
|
|
/// Indicates that the server doesn't support the HTTP version used in the client's request.
|
|
|
|
/// support the HTTP version used in the client's request.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
HttpVersionNotSupported = 505,
|
|
|
|
HttpVersionNotSupported = 505,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|