Skip to content

Commit

Permalink
feat(client): expose connect types without proto feature (#2377)
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 authored Dec 28, 2020
1 parent 3d6bdbe commit 73a59e5
Show file tree
Hide file tree
Showing 7 changed files with 1,268 additions and 1,239 deletions.
Loading

0 comments on commit 73a59e5

Please sign in to comment.