diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-27 22:29:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-27 22:29:50 +0000 |
commit | 726b9e2240a272304cefc61b6fb9d9bb9a9a78f4 (patch) | |
tree | 0241cfe3bfc111830ffb5f24329f2a5cd326d6fe /CHANGES | |
parent | 2236ba0d206fe9fef5d93889ee652feaa03fe089 (diff) |
If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is
set to 1, CURLOPT_NOBODY will now automatically be set to 0.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel (28 July 2005) +- If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is + set to 1, CURLOPT_NOBODY will now automatically be set to 0. + Daniel (27 July 2005) - Dan Fandrich changes over the last week: fixed numerous minor configure option parsing flaws: --without-gnutls, --without-spnego --without-gssapi |