- Made the pingpong timeout code properly deal with the response timeout AND
authorDaniel Stenberg <daniel@haxx.se>
Tue, 2 Mar 2010 13:26:23 +0000 (13:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Mar 2010 13:26:23 +0000 (13:26 +0000)
commit13ac29382f9087d410a96f7ca943b16d39a10afb
tree8f9e682189c858add5696fba067a7ac8abe6dda0
parent8719398d052b9b52a6f75b6b0e4ab5de13896a4e
- Made the pingpong timeout code properly deal with the response timeout AND
  the global timeout if set. Also, as was reported in the bug report #2956437
  by Ryan Chan, the time stamp to use as basis for the per command timeout was
  not set properly in the DONE phase for FTP (and not for SMTP) so I fixed
  that just now. This was a regression compared to 7.19.7 due to the
  conversion of FTP code over to the generic pingpong concepts.

  http://curl.haxx.se/bug/view.cgi?id=2956437
CHANGES
RELEASE-NOTES
lib/ftp.c
lib/pingpong.c
lib/smtp.c