[Modify] Edit it
This commit is contained in:
parent
642b80834c
commit
77632bb5f3
@ -305,9 +305,8 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
RequestedRangeNotSatisfiable = 416,
|
RequestedRangeNotSatisfiable = 416,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 417.
|
/// Equivalent to status code 417. Indicates that the expectation given in
|
||||||
/// Indicates that the expectation given in an Expect request header couldn't be met by
|
/// an Expect request header could not be met by the server.
|
||||||
/// the server.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
ExpectationFailed = 417,
|
ExpectationFailed = 417,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user