summaryrefslogtreecommitdiff
path: root/tests/data/test1593
Commit message (Collapse)AuthorAgeFilesLines
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-141-0/+49
With CURLOPT_TIMECONDITION set, a header is automatically added (e.g. If-Modified-Since). Allow this to be replaced or suppressed with CURLOPT_HTTPHEADER. Fixes #4103 Closes #4109