From a923d8541c938aedd36d1c39a9bacf3e2a9eec10 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 15 Aug 2008 19:18:46 +0000 Subject: Added test case 1065 to test a PUT with a single file but two URLs. This was discovered to be problematic while investigating an incident reported by Von back in May. curl in this case doesn't include a Content-Length: or Transfer-Encoding: chunked header which is illegal. This test case is added to DISABLED until a solution is found. --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 6e6b51067..82b0b35d7 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,16 @@ Changelog +Daniel Fandrich (15 Aug 2008) +- Added test case 1063 to test invalid long file ranges with file: URLs and + 1064 to test multiple http PUTs. + +- Added test case 1065 to test a PUT with a single file but two URLs. This + was discovered to be problematic while investigating an incident reported by + Von back in May. curl in this case doesn't include a Content-Length: or + Transfer-Encoding: chunked header which is illegal. This test case is + added to DISABLED until a solution is found. + Yang Tse (15 Aug 2008) - C preprocessor macros used internally and equally available externally which aid in the use of the curl_off_t data type are named: CURL_FORMAT_CURL_OFF_T, -- cgit v1.2.3