From 3a499099af52ddc69a3647767521c99c9e9c42e4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Aug 2008 22:00:22 +0000 Subject: - 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. --- tests/data/test1055 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests/data/test1055') diff --git a/tests/data/test1055 b/tests/data/test1055 index 7e2eae1b8..510d490f4 100644 --- a/tests/data/test1055 +++ b/tests/data/test1055 @@ -65,7 +65,18 @@ the PUT /1055 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* +Content-Length: 78 +Expect: 100-continue +Weird + file + to + upload +for + testing +the + PUT + feature USER anonymous PASS ftp@example.com PWD -- cgit v1.2.3