Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for --disable-doh #4692

Closed
wants to merge 3 commits into from
Closed

Commits on Dec 12, 2019

  1. tests: fix build with DISABLE_DOH

    Closes curl#4692
    MarcelRaad committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    4a0547f View commit details
    Browse the repository at this point in the history
  2. hostip: suppress compiler warning

    With `--disable-doh --disable-threaded-resolver`, the `dns` parameter
    is not used.
    
    Closes curl#4692
    MarcelRaad committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    685faec View commit details
    Browse the repository at this point in the history
  3. tests: use DoH feature for DoH tests

    Previously, http/2 was used instead.
    
    Assisted-by: Jay Satiro
    Closes curl#4692
    MarcelRaad committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    d1d19f3 View commit details
    Browse the repository at this point in the history