diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-27 21:45:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-27 21:45:12 +0000 |
commit | bf07d37737e179ff2ded90b8303bb65c227a8615 (patch) | |
tree | 3e0f2f359ee8e0efce5925b773d404fe3d2ac580 /CHANGES | |
parent | eecb7136164ac60567c28b2386e291106aaee1de (diff) |
- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clear
the auth credentials back in 7.19.0 and earlier while now you have to set ""
to get the same effect. His patch brings back the ability to use NULL.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ Daniel Stenberg (27 May 2009) - Andre Guibert de Bruet found a call to a OpenSSL function that didn't check for a failure properly. +- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clear + the auth credentials back in 7.19.0 and earlier while now you have to set "" + to get the same effect. His patch brings back the ability to use NULL. + Daniel Stenberg (25 May 2009) - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed out that the cookie parser would leak memory when it parses cookies that are |