summaryrefslogtreecommitdiff
path: root/tests/data/test3010
Commit message (Collapse)AuthorAgeFilesLines
* test3010: work with hyper modeDaniel Stenberg2021-06-101-2/+2
| | | | Closes #7209
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-3/+3
| | | | | | | 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
* getinfo: reset retry-after value in initinfoNicolas Sterchele2020-07-271-0/+57
- Avoid re-using retry_after value from preceding request - Add libtest 3010 to verify Reported-by: joey-l-us on github Fixes #5661 Closes #5672