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

This commit is contained in:
Anton Yabchinskiy 2012-07-21 14:40:25 +04:00 коммит произвёл Daniel Stenberg
Родитель c66f6e60fc
Коммит 2c7cfd2926
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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