refactor(http2): remove extra mpsc trying to work around h2 hang

This commit is contained in:
Sean McArthur
2019-01-22 14:04:40 -08:00
parent 83dad03a81
commit 7b7dcc8f68
3 changed files with 6 additions and 48 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.10"
h2 = "0.1.15"
iovec = "0.1"
itoa = "0.4.1"
log = "0.4"
@@ -52,7 +52,6 @@ serde_json = "1.0"
[features]
default = [
"__internal_flaky_tests",
"runtime",
]
runtime = [
@@ -66,7 +65,6 @@ runtime = [
"tokio-timer",
]
nightly = []
__internal_flaky_tests = []
__internal_happy_eyeballs_tests = []
[profile.release]