mirror of
https://github.com/curl/curl.git
synced 2026-04-16 17:51:40 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue