refactor(http2): remove extra mpsc trying to work around h2 hang
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user