diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-04 22:00:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-04 22:00:22 +0000 |
commit | 3a499099af52ddc69a3647767521c99c9e9c42e4 (patch) | |
tree | 7c67c35412c825d8c7e6011d0b0fa27e64ca057c /RELEASE-NOTES | |
parent | 931fc45f05e7370fd815c34884863f2b56920b5f (diff) |
- 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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7c31bc50e..10e566063 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: |