-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Micah Cowan wrote: > www.mail wrote: >> wget -nc "http://www.google.com/" > >> the index.html file is downloaded as expected. However, running the >> same command again causes wget to crash. The wget output is: > > Confirmed, on GNU/Linux. Thanks for the report. > > There seems to be a pause between when it declares it's not retrieving > it, and when it crashes.
Fixed; it was a simple assertion-style abort. Guess the "pause" was just the core file, which I'm surprised at, as since I had "ulimit -c 0" set, no core file is generated, so there shouldn't have been any effort wasted to construct one! :p gethttp was returning RETROK, which http_loop wasn't prepared to receive. I altered gethttp to return RETRUNNEEDED in this case, instead. Thanks again for the report! - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer... http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG/auG7M8hyUobTrERCMKgAJ9O57nHhYYh6fnoKyf/mQtTauMaMgCcDlFp JPOF4fkS6EDf5fZv1YTSiQk= =Hbn+ -----END PGP SIGNATURE-----
