- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and

proved how PUT and POST with a redirect could lead to a "hang" due to the
  data stream not being rewound properly when it had to in order to get sent
  properly (again) to the subsequent URL. This is now fixed and these test
  cases are no longer disabled.
This commit is contained in:
Daniel Stenberg
2008-08-04 22:00:22 +00:00
parent 931fc45f05
commit 3a499099af
10 changed files with 82 additions and 21 deletions

View File

@@ -45,7 +45,8 @@ This release includes the following bugfixes:
o a user name in a proxy URL without a password was parsed incorrectly
o library will now be built with _REENTRANT symbol defined only if needed
o no longer link with gdi32 on Windows cross-compiled targets
o PUT with -C - sent bad Content-Range: header
o HTTP PUT with -C - sent bad Content-Range: header
o HTTP PUT or POST with redirect could lead to hang
This release includes the following known bugs: