summaryrefslogtreecommitdiff
path: root/tests/data/test314
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix Accept-Encoding strips to work with Hyper buildsDaniel Stenberg2021-06-021-9/+1
| | | | | | | | | | The previous strip also removed the CR which turned problematic. valgrind.supp: add zstd suppression using hyper Reported-and-analyzed-by: Kevin Burke Fixes #7169 Closes #7171
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-2/+2
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* test220/314: adjust to run with HyperDaniel Stenberg2021-03-111-0/+8
|
* 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
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-0/+198
This uses the brotli external library (https://github.com/google/brotli). Brotli becomes a feature: additional curl_version_info() bit and structure fields are provided for it and CURLVERSION_NOW bumped. Tests 314 and 315 check Brotli content unencoding with correct and erroneous data. Some tests are updated to accomodate with the now configuration dependent parameters of the Accept-Encoding header.