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

Fix h1_client feature #69

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Fix h1_client feature #69

merged 1 commit into from
Feb 15, 2021

Commits on Feb 14, 2021

  1. Fix h1_client feature

    * When both "native-tls" and "rustls" features are disabled, disable https.
    * When both "native-tls" and "rustls" features are enabled, prefer "rustls".
      This is the same behavior as http-client 6.2.0.
      Ideally, it would be nice if this behavior could be controlled by
      environment variables or some other way.
    
    This also adds a CI task to check all feature combinations work properly.
    taiki-e committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    023768c View commit details
    Browse the repository at this point in the history