- Hidemoto Nakada provided a small fix that makes it possible to get the

CURLINFO_CONTENT_LENGTH_DOWNLOAD size from file:// "transfers" with
  CURLOPT_NOBODY set true.
This commit is contained in:
Daniel Stenberg
2009-02-03 22:28:41 +00:00
parent 83d135f990
commit 71f3877f3a
3 changed files with 14 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ This release includes the following bugfixes:
o realms with quoted quotation marks in HTTP Digest headers
o VC9 makefiles are now really included
o multi interface memory leak with CURLMOPT_MAXCONNECTS set
o CURLINFO_CONTENT_LENGTH_DOWNLOAD size from file:// "transfers" with
CURLOPT_NOBODY set true
This release includes the following known bugs:
@@ -36,6 +38,6 @@ advice from friends like these:
Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta,
Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor,
Patrick Scott
Patrick Scott, Hidemoto Nakada
Thanks! (and sorry if I forgot to mention someone)