https://bz.apache.org/bugzilla/show_bug.cgi?id=70188
venki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from venki <[email protected]> --- /home/root# curl -vk --http1.1 --noproxy '*' --insecure --show-error --header 'Range: bytes=99999999999-' --write-out '\nHTTP %{http_code}\n' 'https://ip/a/b' * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.3 (OUT), TLS handshake, Finished (20): > GET /redfish/v1 HTTP/1.1 > Host: 100.x.x.x > User-Agent: curl/8.6.0 > Accept: */* > Range: bytes=99999999999- > * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): < HTTP/1.1 416 Requested Range Not Satisfiable < Date: Tue, 18 Aug 2026 20:08:40 GMT < Server: Apache < X-Frame-Options: DENY < X-Content-Type-Options: nosniff < Strict-Transport-Security: max-age=31536000; includeSubDomains; preload < Transfer-Encoding: chunked < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <title>416 Requested Range Not Satisfiable</title> </head><body> <h1>Requested Range Not Satisfiable</h1> <p>None of the range-specifier values in the Range request-header field overlap the current extent of the selected resource.</p> </body></html> HTTP 416 /home/root# but Content-Range header is set, as per RFC 9110, A server generating a 416 (Range Not Satisfiable) response to a byte-range request SHOULD send a Content-Range header field with an unsatisfied-range value, as in the following example: Content-Range: bytes */1234 The complete-length in a 416 response indicates the current length of the selected representation. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
