summaryrefslogtreecommitdiff
path: root/tests/data/test568
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-7/+7
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* whitespace fixesViktor Szakats2018-09-231-1/+0
| | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
* testsuite: changed HTTP and RTSP header line-endings to CRLFMarc Hoersken2014-02-141-20/+20
| | | | | | | | | According to RFC 2616 and RFC 2326 individual protocol elements, like headers and except the actual content, are terminated by using CRLF. Therefore the test data files for these protocols need to contain mixed line-endings if the actual protocol elements use CRLF while the file uses LF.
* tests: phase out haxx.seDaniel Stenberg2011-03-091-1/+1
| | | | | | Instead of using haxx.se as a fixed magic host name in lots of tests, this is a first step to move toward the generic example.com host instead.
* update rtsp server header field from SWS to RTSPDYang Tse2010-02-011-5/+5
|
* Chris Conroy fixed test #568 issues with carriage returnsYang Tse2010-01-291-24/+24
|
* Chris Conroy provided first RTSP testsYang Tse2010-01-281-0/+117