From 3b59696a93e7bbc7ec7ad0371ddac02a7d990cd6 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 2 Nov 2013 11:18:39 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http.c') diff --git a/lib/http.c b/lib/http.c index 55a8166de..3025beff1 100644 --- a/lib/http.c +++ b/lib/http.c @@ -187,7 +187,7 @@ char *Curl_checkheaders(struct SessionHandle *data, const char *thisheader) * case of allocation failure. Returns an empty string if the header value * consists entirely of whitespace. */ -static char *copy_header_value(const char *h) +char *copy_header_value(const char *h) { const char *start; const char *end; -- cgit v1.2.3