Commit 2c7cfd29 authored by Anton Yabchinskiy's avatar Anton Yabchinskiy Committed by Daniel Stenberg
Browse files

Client's "qop" value should not be quoted (RFC2617, section 3.2.2).

parent c66f6e60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -477,7 +477,7 @@ CURLcode Curl_output_digest(struct connectdata *conn,
               "uri=\"%s\", "
               "cnonce=\"%s\", "
               "nc=%08x, "
               "qop=\"%s\", "
               "qop=%s, "
               "response=\"%s\"",
               proxy?"Proxy-":"",
               userp,