diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-24 19:32:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-24 19:32:33 +0000 |
commit | af4edf10f545b94c1c3bdb21da6de9d9dba598a6 (patch) | |
tree | a8e501734fce6260acd2bbc39d49e8b188897852 /CHANGES | |
parent | 0f9e2095343fdcf63c2985d385b057466e14a13c (diff) |
As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and
http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do
no-body requests on FTP files on re-used connections properly, or at least
it didn't provide the info back in the header callback properly in the
subsequent requests.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel S (23 June 2007) +- As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and + http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do + no-body requests on FTP files on re-used connections properly, or at least + it didn't provide the info back in the header callback properly in the + subsequent requests. + Daniel S (21 June 2007) - Gerrit Bruchhäuser pointed out a warning that the Intel(R) Thread Checker tool reports and it was indeed a legitimate one and it is one fixed. It was |