summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1528.c
Commit message (Collapse)AuthorAgeFilesLines
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+2
| | | | | ... they're already frowned upon in our source code style guide, this now enforces the rule harder.
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-2/+2
| | | | ... checksrc of all test code is pending.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* PROXYHEADER: send these headers in "normal" proxy requests tooDaniel Stenberg2014-04-041-0/+72
Updated the docs to clarify and the code accordingly, with test 1528 to verify: When CURLHEADER_SEPARATE is set and libcurl is asked to send a request to a proxy but it isn't CONNECT, then _both_ header lists (CURLOPT_HTTPHEADER and CURLOPT_PROXYHEADER) will be used since the single request is then made for both the proxy and the server.