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

Expose client connection types without proto feature #2377

Merged
merged 1 commit into from
Dec 28, 2020

Commits on Dec 28, 2020

  1. feat(client): expose connection types without proto feature

    Make it possible to refer to Connected, Connection, HttpConnector, etc.
    without enabling either of the http1/http2 features. This makes feature
    selection work better for downstream libraries like hyper-openssl, which
    don't want to commit to any particular protocol.
    
    Fix hyperium#2376.
    benesch committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    189a9c0 View commit details
    Browse the repository at this point in the history