- "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.
This commit is contained in:
Daniel Stenberg
2009-10-30 22:24:48 +00:00
parent 0a5ac52b49
commit d68f215f03
7 changed files with 133 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ This release includes the following bugfixes:
o memory leak in SCP/SFTP connections
o use pkg-config to find out libssh2 installation details in configure
o unparsable cookie expire dates make cookies get treated as session coookies
o POST with Digest authentication and "Transfer-Encoding: chunked"
This release includes the following known bugs: