Hello, I found a problem while downloading a large file via http. If I disable verbose output, it works fine. With output, I get the following error:
<snip> wget -S --continue http://127.0.0.1/cgi-bin/nph-get.pl/myfile --13:47:50-- http://127.0.0.1/cgi-bin/nph-get.pl/myfile => `myfile' Connecting to 127.0.0.1:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.1 206 Partial Content 2 Accept-Ranges: bytes 3 Content-Length: 2851393536 4 Content-Range: bytes 38940672-2890334207/2890334208 5 Content-Type: text/plain 6 Content-Disposition: filename=myfile 100%[+====================================>] 2,145,521,664 9.27M/s ETA 00:00 wget: progress.c:704: create_image: Assertion `insz <= dlsz' failed. Aborted </snip> Regards, martin
