From: Anton Yabchinskiy Date: Sat, 21 Jul 2012 10:40:25 +0000 (+0400) Subject: Client's "qop" value should not be quoted (RFC2617, section 3.2.2). X-Git-Tag: curl-7_27_0~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c7cfd2926edda7f2a3ea3aeb8b91a6923b765fd;p=curl Client's "qop" value should not be quoted (RFC2617, section 3.2.2). --- diff --git a/lib/http_digest.c b/lib/http_digest.c index 45df5fc4d..112d88596 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -477,7 +477,7 @@ CURLcode Curl_output_digest(struct connectdata *conn, "uri=\"%s\", " "cnonce=\"%s\", " "nc=%08x, " - "qop=\"%s\", " + "qop=%s, " "response=\"%s\"", proxy?"Proxy-":"", userp,