http: Added proxy tunnel authentication message header value extraction
authorSteve Holme <steve_holme@hotmail.com>
Sat, 2 Nov 2013 11:18:39 +0000 (11:18 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 2 Nov 2013 11:18:39 +0000 (11:18 +0000)
commit3b59696a93e7bbc7ec7ad0371ddac02a7d990cd6
tree3d8bb3340a33bc6f181a17638c3160dafbd1639c
parentcdccb422671aebd198ed338ac6111cfde303f1cc
http: Added proxy tunnel authentication message header value extraction

...following recent changes to Curl_base64_decode() rather than trying
to parse a header line for the authentication mechanisms which is CRLF
terminated and inline zero terminate it.
lib/http.c
lib/http.h
lib/http_proxy.c