RFC Errata
RFC 7233, "Hypertext Transfer Protocol (HTTP/1.1): Range Requests", June 2014
Note: This RFC has been obsoleted by RFC 9110
Source of RFC: httpbis (wit)See Also: RFC 7233 w/ inline errata
Errata ID: 4664
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Amichai Rothman
Date Reported: 2016-04-13
Verifier Name: Alexey Melnikov
Date Verified: 2017-02-23
Section 4.4 says:
The 416 (Range Not Satisfiable) status code indicates that none of the ranges in the request's Range header field (Section 3.1) overlap the current extent of the selected resource or that the set of ranges requested has been rejected due to invalid ranges or an excessive request of small or overlapping ranges.
It should say:
The 416 (Range Not Satisfiable) status code indicates that none of the ranges in the request's Range header field (Section 3.1) overlap the current extent of the selected representation or that the set of ranges requested has been rejected due to invalid ranges or an excessive request of small or overlapping ranges.
Notes:
The overlap may depend on the representation, not only the resource, as is the case with byte ranges.