summaryrefslogtreecommitdiff
path: root/tests/data/test338
Commit message (Collapse)AuthorAgeFilesLines
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-3/+2
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* tests/data: Fix some XML formatting issues in test casesDan Fandrich2020-03-111-1/+1
| | | | This allows these test files to pass xmllint.
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-231-0/+63
Added test case 338 to verify. Reported-by: Daniel Silverstone Fixes #4499 Closes #4514