summaryrefslogtreecommitdiff
path: root/tests/data/test1065
Commit message (Collapse)AuthorAgeFilesLines
* Always use nocheck="yes" for consistencyDan Fandrich2009-01-071-2/+2
|
* Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to setDan Fandrich2008-08-281-3/+3
| | | | the HTTP method to GET (or HEAD) when given a value of 0.
* Added test case 1065 to test a PUT with a single file but two URLs. ThisDan Fandrich2008-08-151-0/+78
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.