summaryrefslogtreecommitdiff
path: root/lib/doh.c
Commit message (Collapse)AuthorAgeFilesLines
* doh: minor edits to please CoverityDaniel Stenberg2018-09-071-2/+5
| | | | | | | The gcc typecheck macros and coverity combined made it warn on the 2nd argument for ERROR_CHECK_SETOPT(). Here's minor rearrange to please it. Coverity CID 1439115 and CID 1439114.
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-061-65/+27
|
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-0/+915
Closes #2668