mirror of
https://github.com/curl/curl.git
synced 2026-04-22 00:22:12 +03:00
Client's "qop" value should not be quoted (RFC2617, section 3.2.2).
This commit is contained in:
parent
c66f6e60fc
commit
2c7cfd2926
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue