Skip to content
Snippets Groups Projects
Commit fff01f24 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Luca fixed the nc= in the digest line since it apparantly should not have

quotes...
parent e55dee38
No related branches found
No related tags found
No related merge requests found
......@@ -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-":"",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment