Skip to content

Commit

Permalink
feat(client): expose connection types without proto feature
Browse files Browse the repository at this point in the history
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 #2376.
  • Loading branch information
benesch committed Dec 24, 2020
1 parent 3d6bdbe commit 8a002cc
Show file tree
Hide file tree
Showing 7 changed files with 1,268 additions and 1,239 deletions.
Loading

0 comments on commit 8a002cc

Please sign in to comment.