Fixed the FTP response reader to deal with timeouts better. Previously it
authorDaniel Stenberg <daniel@haxx.se>
Sat, 27 Apr 2002 13:24:06 +0000 (13:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 27 Apr 2002 13:24:06 +0000 (13:24 +0000)
commitc64fca1b0cd360cca39b960864ed6f591dbc16ec
treeb1b584503fb8bf9c4a8e78b51362258614e0cb65
parent15b2a3af91b67073f14013542af14794f40c3a28
Fixed the FTP response reader to deal with timeouts better. Previously it
would reset the timeout for each incoming data, which would make veeery
slow responses be allowed to take even more time since the timeout would only
be reached if the time between two received data chunks was longer than the
set timeout value...
lib/ftp.c