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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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-":"",