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.
This commit is contained in:
Daniel Stenberg
2007-06-24 19:32:33 +00:00
parent 0f9e209534
commit af4edf10f5
3 changed files with 18 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ This release includes the following bugfixes:
o list FTP root directories when login dir is not root
o no longer slows down when getting very many URLs on the same command line
o lock share before decreasing dirty counter
o no-body FTP requests on re-used connections
This release includes the following known bugs: