summaryrefslogtreecommitdiff
path: root/tests/data/test1055
Commit message (Collapse)AuthorAgeFilesLines
* - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 andDaniel Stenberg2008-08-041-0/+11
| | | | | | | 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.
* Added test cases 1052 through 1055 to test uploading data from filesDan Fandrich2008-07-301-0/+89
during redirects. Test cases 1052 and 1055 show problems (maybe the same root cause as 1051) and are disabled.