Re: bug in wget - wget break on time msec=0

2003-09-13 Thread Hrvoje Niksic
"Boehn, Gunnar von" <[EMAIL PROTECTED]> writes: > I think I found a bug in wget. You did. But I believe your subject line is slightly incorrect. Wget handles 0 length time intervals (see the assert message), but what it doesn't handle are negative amounts. And indeed: > gettimeofday({10634611

bug in wget - wget break on time msec=0

2003-09-13 Thread Boehn, Gunnar von
Hello, I think I found a bug in wget. My GNU wget version is 1.82 My system GNU/Debian unstable I use wget to replay our apache logfiles to a test webserver to try different tuning parameters. Wget fails to run through the logfile and give out the error message that "msec >=0 failed". This