diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-05 21:41:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-05 21:41:07 +0000 |
commit | 73e91ce20cb76df8b617c8e97974d7c15a0fa590 (patch) | |
tree | c1983ac7362143fc56f3b7ca57d17404a5419384 /CHANGES | |
parent | 8780ff879c1dea904902c43bfabff34325391949 (diff) |
Curl_GetFTPResponse() now checks and properly deals with the fact that the
underlying ftp_readresp() function has a separate "cache" where there might
in fact be leftover data...
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel S (5 September 2007) +- Continued the work on a fix for #1779054 + (http://curl.haxx.se/bug/view.cgi?id=1779054). My previous fix from August + 24 was not complete (either) but could accidentally "forget" parts of a + server response which led to faulty server response time-out errors. + Dan F (5 September 2007) - Minix doesn't support getsockopt on UDP sockets or send/recv on TCP sockets. |