Client's "qop" value should not be quoted (RFC2617, section 3.2.2).
This commit is contained in:
parent
c66f6e60fc
commit
2c7cfd2926
@ -477,7 +477,7 @@ CURLcode Curl_output_digest(struct connectdata *conn,
|
|||||||
"uri=\"%s\", "
|
"uri=\"%s\", "
|
||||||
"cnonce=\"%s\", "
|
"cnonce=\"%s\", "
|
||||||
"nc=%08x, "
|
"nc=%08x, "
|
||||||
"qop=\"%s\", "
|
"qop=%s, "
|
||||||
"response=\"%s\"",
|
"response=\"%s\"",
|
||||||
proxy?"Proxy-":"",
|
proxy?"Proxy-":"",
|
||||||
userp,
|
userp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user