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 /TODO-RELEASE | |
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 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 3bd541c64..c2b2da5d5 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -29,7 +29,4 @@ To be addressed before 7.19.0 (planned release: August 2008) tests on the system might allow determination of the problem origin. Solaris AutoBuilds suceeded on August 2 and 3. -151 - PUT with -L hangs after receiving a redirect (test case 1051, but the - test harness has a problem with this, too) - 152 - |