[Modify] Edit it

This commit is contained in:
sta 2020-08-07 19:46:17 +09:00
parent b3fa762711
commit 28d468977b

View File

@ -277,9 +277,9 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
LengthRequired = 411, LengthRequired = 411,
/// <summary> /// <summary>
/// Equivalent to status code 412. /// Equivalent to status code 412. Indicates that the precondition given in
/// Indicates that the precondition given in one or more of the request headers evaluated to /// one or more of the request headers evaluated to false when it was tested
/// false when it was tested on the server. /// on the server.
/// </summary> /// </summary>
PreconditionFailed = 412, PreconditionFailed = 412,
/// <summary> /// <summary>