summaryrefslogtreecommitdiff
path: root/tests/data/test343
Commit message (Collapse)AuthorAgeFilesLines
* tests: fixup several testsFabian Keil2021-02-091-1/+1
| | | | | | | | | | | | | | 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
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+1
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* etag: save and use the full received contentsDaniel Stenberg2020-08-241-2/+2
| | | | | | | | | ... which makes it support weak tags and non-standard etags too! Added test case 347 to verify blank incoming ETag: Fixes #5610 Closes #5833
* etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg2019-12-051-0/+61
Fixes #4669 Closes #4678