fix(http2): revert http2 refactor causing a client hang

This reverts commit 7b7dcc8f68.
This commit is contained in:
Sean McArthur
2019-01-24 11:00:12 -08:00
parent 078ed82dd5
commit 9aa7e99010
3 changed files with 48 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ futures = "0.1.21"
futures-cpupool = { version = "0.1.6", optional = true }
http = "0.1.15"
httparse = "1.0"
h2 = "0.1.15"
h2 = "0.1.10"
iovec = "0.1"
itoa = "0.4.1"
log = "0.4"
@@ -52,6 +52,7 @@ serde_json = "1.0"
[features]
default = [
"__internal_flaky_tests",
"runtime",
]
runtime = [
@@ -65,6 +66,7 @@ runtime = [
"tokio-timer",
]
nightly = []
__internal_flaky_tests = []
__internal_happy_eyeballs_tests = []
[profile.release]