commit | ff0a295cdbc9cf95db0c364ede5cca4063ba2882 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Thu Oct 20 13:05:09 2011 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Thu Oct 20 13:12:02 2011 +0200 |
tree | f1887cc9921025df91396d7a77ece112177c0622 | |
parent | 4fa01661739eaa2fd91f618df660662ef3f886f8 [diff] |
Curl_http_input_auth: handle multiple auths in WWW-Authenticate The fix is pretty much the one Nick Zitzmann provided, just edited to do the right indent levels and with test case 1204 added to verify the fix. Bug: http://curl.haxx.se/mail/lib-2011-10/0190.html Reported by: Nick Zitzmann