Skip to content

Commit

Permalink
Merge pull request #30 from benesch/no-http1
Browse files Browse the repository at this point in the history
Don't enable http1 feature in hyper
  • Loading branch information
sfackler authored Dec 29, 2020
2 parents 6478476 + eb27a71 commit a62136a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ readme = "README.md"
exclude = ["test/*"]

[features]
# FIXME should not be turning on http1 by default: https://github.com/hyperium/hyper/issues/2376
default = ["hyper/http1", "tcp"]

default = ["tcp"]
tcp = ["hyper/tcp"]

[dependencies]
http = "0.2"
hyper = { version = "0.14", default-features = false, features = ["client"] }
hyper = { version = "0.14.2", default-features = false, features = ["client"] }
linked_hash_set = "0.1"
once_cell = "1.0"
openssl = "0.10.32"
Expand Down

0 comments on commit a62136a

Please sign in to comment.