mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Luca fixed the nc= in the digest line since it apparantly should not have
quotes...
This commit is contained in:
parent
e55dee3807
commit
fff01f24bf
@ -329,7 +329,7 @@ CURLcode Curl_output_digest(struct connectdata *conn,
|
||||
"nonce=\"%s\", "
|
||||
"uri=\"%s\", "
|
||||
"cnonce=\"%s\", "
|
||||
"nc=\"%08x\", "
|
||||
"nc=%08x, "
|
||||
"qop=\"%s\", "
|
||||
"response=\"%s\"",
|
||||
proxy?"Proxy-":"",
|
||||
|
Loading…
Reference in New Issue
Block a user