Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: fixup several tests | Fabian Keil | 2021-02-09 | 1 | -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 tests | Daniel Stenberg | 2020-10-02 | 1 | -3/+0 |
| | | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037 | ||||
* | transfer: fix memory-leak with CURLOPT_CURLU in a duped handle | Daniel Stenberg | 2020-07-12 | 1 | -0/+57 |
Added test case 674 to reproduce and verify the bug report. Fixes #5665 Reported-by: NobodyXu on github Closes #5673 |