- "Tom" posted a bug report that mentioned how libcurl did wrong when doing a
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Oct 2009 22:24:48 +0000 (22:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Oct 2009 22:24:48 +0000 (22:24 +0000)
commitd68f215f037febf1850ad6a169d4a69bd9d132a1
tree1ab2412aa69dd813262a78562504e6d614786f71
parent0a5ac52b494453cd3687b0a424fd068ba8673033
- "Tom" posted a bug report that mentioned how libcurl did wrong when doing a
  POST using a read callback, with Digest authentication and
  "Transfer-Encoding: chunked" enforced.  I would then cause the first request
  to be wrongly sent and then basically hang until the server closed the
  connection. I fixed the problem and added test case 565 to verify it.
CHANGES
RELEASE-NOTES
lib/http.c
tests/data/Makefile.am
tests/data/test565 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib510.c