Skip to content
Snippets Groups Projects
Commit 1ae5dab8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Robert Weaver's VC experiences

parent c6355e6a
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,17 @@
History of Changes
Daniel (5 February 2001)
- Robert Weaver told me about the problems the MS VC++ 6.0 compiler has with
the 'static' keyword on a number of libcurl functions. I might need to add a
patch that redefines static when libcurl is compiled with that compiler.
Daniel (4 February 2001)
- curl_getinfo() was extended with two new options:
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD. They
return the full assumed content length of the transfer in the given
direction. The CURLINFO_CONTENT_LENGTH_DOWNLOAD will be the Content-Length:
size of a HTTP download.
size of a HTTP download. Added descriptions to the man page as well.
Daniel (3 February 2001)
- Ingo Ralf Blum provided another fix that makes curl build under the more
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment