[Modify] Edit it

This commit is contained in:
sta 2020-08-08 22:31:23 +09:00
parent 86bb2c1dae
commit 642b80834c

View File

@ -299,9 +299,9 @@ namespace WebSocketSharp.Net
/// </summary>
UnsupportedMediaType = 415,
/// <summary>
/// Equivalent to status code 416.
/// Indicates that none of the range specifier values in a Range request header overlap
/// the current extent of the selected resource.
/// Equivalent to status code 416. Indicates that none of the range
/// specifier values in a Range request header overlap the current
/// extent of the selected resource.
/// </summary>
RequestedRangeNotSatisfiable = 416,
/// <summary>