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

quotes...
This commit is contained in:
Daniel Stenberg 2004-05-10 08:09:15 +00:00
parent e55dee3807
commit fff01f24bf
1 changed files with 1 additions and 1 deletions

View File

@ -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-":"",