It looks like some modules are going to send back this and in some
cases I'd like to it retry rather than continue just because it
thinks it get the file.
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 Service Temporarily Unavailable - Overload
Date: Sat, 27 May 2006 18:40:09 GMT
Server: Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7e DAV/2 PHP/
4.3.10 mod_bwshare/0.1.6 mod_perl/1.999.21 Perl/v5.8.3
Content-Length: 561
Keep-Alive: timeout=15, max=55
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Has anybody patched the http_loop to correctly handle cases where the
server returns 200 but didn't get the actual content?
Is making wget do this considered ethical?
The problem is that because it's a 200 status code it moves onto the
next item in the queue when in this case you'd rather retry again
with this same item.