]> granicus.if.org Git - curl/commit
Curl_output_digest: support auth-int for empty entity body
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Jun 2013 22:08:13 +0000 (00:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Jun 2013 22:08:13 +0000 (00:08 +0200)
commit529a2e91109e68bcb40d3ecdb0a6651f4ff58de6
tree9dffa9521e7cd42a5f7dd009aab6c7340e6e4681
parent21091549c02743ff2cda7d4f1d725556f7c4db20
Curl_output_digest: support auth-int for empty entity body

By always returning the md5 for an empty body when auth-int is asked
for, libcurl now at least sometimes does the right thing.

Bug: http://curl.haxx.se/bug/view.cgi?id=1235
Patched-by: Nach M. S.
lib/http_digest.c