summaryrefslogtreecommitdiff
path: root/tests/data/test1391
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-11/+11
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* tests: fixup several testsFabian Keil2021-02-091-2/+2
| | | | | | | | | | | | | | missing CRs and modified %hostip lib556/test556: use a real HTTP version to make test reuse more convenient make sure the weekday in Date headers matches the date test61: replace stray "^M" (5e 4d) at the end of a cookie with a '^M' (0d) Gets the test working with external proxies like Privoxy again. Closes #6463
* HTTP tests: use CRLF as header seperator according to RFC 2616Marc Hoersken2014-02-141-18/+18
| | | | Updates the test suite to handle binary-mode header output.
* Fixed some XML syntax issues in the test dataDan Fandrich2014-01-171-1/+1
| | | | | | | Also, make the ftp server return a canned response that doesn't cause XML verification problems. Although the test file format isn't technically XML, it's still handy to be able to use XML tools to verify and manipulate them.
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-1/+0
| | | | | | | | | | Remove internal separated behavior of the easy vs multi intercace. curl_easy_perform() is now using the multi interface itself. Several minor multi interface quirks and bugs have been fixed in the process. Much help with debugging this has been provided by: Yang Tse
* tests 1364 to 1393: several -o filename -J -i -D combinations for HTTP and FTPYang Tse2012-06-071-0/+92