David Shaw's fix that unifies proxy string treatment so that a proxy given
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jun 2005 22:24:10 +0000 (22:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jun 2005 22:24:10 +0000 (22:24 +0000)
commit3b60bb725913ce7339aefef0a14b12df4c24db60
tree7c2b7b270cf09820f63bef9e7707ec7e148144ac
parentc73f8e835fa04e3801cc253c6dbf0fb765a29ad8
David Shaw's fix that unifies proxy string treatment so that a proxy given
with CURLOPT_PROXY can use a http:// prefix and user + password. The user
and password fields are now also URL decoded properly.

Test case 264 added to verify.
lib/url.c
tests/data/Makefile.am
tests/data/test264 [new file with mode: 0644]