Chris McKenzie <[EMAIL PROTECTED]> writes:

> for wget -c, a range is specified, ie.
>
> GET /dubai.jpg HTTP/1.0
> User-Agent: Wget/1.9.1
> Host: localhost:4400
> Accept: */*
> Connection: Keep-Alive
> Range: bytes=400000-
>
> However, HTTP/1.0 (RFC 1945) does not specify a range although it is
> in 14.35.1 of HTTP/1.1.  Didn't know whether you cared about it, but
> yeah, I consider it a bug.

It's not a bug.  Range is an extension to HTTP/1.0, and Wget correctly
handles when the server doesn't (or refuses to) recognize the
extension.

Wget was successfully using the Range header before HTTP/1.1 even
existed.

Reply via email to