http: Post base64 decoding tidy up
authorSteve Holme <steve_holme@hotmail.com>
Sun, 3 Nov 2013 10:17:26 +0000 (10:17 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 3 Nov 2013 10:17:26 +0000 (10:17 +0000)
commit052f24c9b7016bcb5fe3a751efb944928e1fb138
tree3637d58c934aeec6b7b6e599d70ab94e26d2681c
parentbce03fe14452da555468616db52003ba05c0e288
http: Post base64 decoding tidy up

Renamed copy_header_value() to Curl_copy_header_value() as this
function is now non static.

Simplified proxy flag in Curl_http_input_auth() when calling
sub-functions.

Removed unnecessary white space removal when using negotiate as it had
been missed in commit cdccb422671aeb.
lib/http.c
lib/http.h
lib/http_negotiate.c
lib/http_negotiate_sspi.c
lib/http_proxy.c