summaryrefslogtreecommitdiff
path: root/tests/data/test1053
Commit message (Collapse)AuthorAgeFilesLines
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+3
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* mime: tests and examples.Patrick Monnerat2017-09-021-2/+0
| | | | | | | | | | Additional mime-specific tests. Existing tests updated to reflect small differences (Expect: 100-continue, data size change due to empty lines, etc). Option -F headers= keyword added to tests. test1135 disabled until the entry point order change is resolved. New example smtp-mime. Examples postit2 and multi-post converted from form API to mime API.
* Improved the logic the decides whether to use HTTP 1.1 features or not in aDan Fandrich2008-09-051-4/+8
| | | | | | | request. Detect cases where an upload must be sent chunked and the server supports only HTTP 1.0 and return CURLE_UPLOAD_FAILED.
* Fixed keywordDan Fandrich2008-07-311-2/+2
|
* Added test cases 1052 through 1055 to test uploading data from filesDan Fandrich2008-07-301-0/+125
during redirects. Test cases 1052 and 1055 show problems (maybe the same root cause as 1051) and are disabled.