summaryrefslogtreecommitdiff
path: root/tests/data/test1566
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+1
| | | | | | | | | ... which makes it support weak tags and non-standard etags too! Added test case 347 to verify blank incoming ETag: Fixes #5610 Closes #5833
* test1566: verify --etag-compare that gets a 304 backDaniel Stenberg2020-04-051-0/+65
Verifies the fix in #5183 Closes #5186