- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clear
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 May 2009 21:45:12 +0000 (21:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 May 2009 21:45:12 +0000 (21:45 +0000)
commitbf07d37737e179ff2ded90b8303bb65c227a8615
tree3e0f2f359ee8e0efce5925b773d404fe3d2ac580
parenteecb7136164ac60567c28b2386e291106aaee1de
- 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.
CHANGES
RELEASE-NOTES
lib/url.c