]> granicus.if.org Git - curl/commitdiff
Client's "qop" value should not be quoted (RFC2617, section 3.2.2).
authorAnton Yabchinskiy <arnx@github.com>
Sat, 21 Jul 2012 10:40:25 +0000 (14:40 +0400)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 21 Jul 2012 20:21:17 +0000 (22:21 +0200)
lib/http_digest.c

index 45df5fc4d7c33241836b39e823b1575892f77dc5..112d8859686878442df1d4c0eb155296e7b13999 100644 (file)
@@ -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,