[Modify] Edit it

master
sta 5 years ago
parent 28d468977b
commit d51bf56c99

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

Loading…
Cancel
Save