Re: [us...@httpd] Incorrect response to range request past end of file

2010-01-22 Thread Alan Jenkins
> --2010-01-22 15:56:17-- http://httpd.apache.org/ > Resolving localhost... 127.0.0.1, ::1 > Connecting to localhost|127.0.0.1|:8123... connected. > Proxy request sent, awaiting response... Sorry, please disregard. The problem is my proxy (polipo). Apache gets it right, if I connect directly. R

[us...@httpd] Incorrect response to range request past end of file

2010-01-22 Thread Alan Jenkins
Hi I noticed that "wget -c" chokes on already completed downloads. It retries indefinitely - because it doesn't like the response Apache sends. RFC 2616 suggests apache SHOULD return "416 Requested Range Not Satisfiable" in this case. Instead, Apache returns "206 Partial content" with a C