From 052f24c9b7016bcb5fe3a751efb944928e1fb138 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 3 Nov 2013 10:17:26 +0000 Subject: 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_negotiate_sspi.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/http_negotiate_sspi.c') diff --git a/lib/http_negotiate_sspi.c b/lib/http_negotiate_sspi.c index 1381d5292..9842ac87a 100644 --- a/lib/http_negotiate_sspi.c +++ b/lib/http_negotiate_sspi.c @@ -98,9 +98,6 @@ int Curl_input_negotiate(struct connectdata *conn, bool proxy, const char* protocol; CURLcode error; - while(*header && ISSPACE(*header)) - header++; - if(checkprefix("GSS-Negotiate", header)) { protocol = "GSS-Negotiate"; gss = TRUE; -- cgit v1.2.3