Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-07 | Always use nocheck="yes" for consistency | Dan Fandrich | |
2008-08-28 | Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to set | Dan Fandrich | |
the HTTP method to GET (or HEAD) when given a value of 0. | |||
2008-08-15 | Added test case 1065 to test a PUT with a single file but two URLs. This | Dan Fandrich | |
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. |