summaryrefslogtreecommitdiff
path: root/tests/data/test1171
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
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-111-0/+70
Reported-by: Michael Kaufmann Fixes #2357 Closes #2362