[Modify] Edit it

This commit is contained in:
sta 2020-08-07 19:48:58 +09:00
parent 28d468977b
commit d51bf56c99

View File

@ -283,9 +283,8 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
PreconditionFailed = 412, PreconditionFailed = 412,
/// <summary> /// <summary>
/// Equivalent to status code 413. /// Equivalent to status code 413. Indicates that the entity of the client's
/// Indicates that the entity of the client's request is larger than the server is willing or /// request is larger than the server is willing or able to process.
/// able to process.
/// </summary> /// </summary>
RequestEntityTooLarge = 413, RequestEntityTooLarge = 413,
/// <summary> /// <summary>