perf(client): reduce an allocation per http2 connection

This commit is contained in:
Sean McArthur
2018-04-25 16:40:34 -07:00
parent f44fa0e64e
commit 604ebfbf6f
2 changed files with 4 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ tokio-executor = { version = "0.1.0", optional = true }
tokio-io = "0.1"
tokio-reactor = { version = "0.1", optional = true }
tokio-tcp = { version = "0.1", optional = true }
want = "0.0.3"
want = "0.0.4"
[dev-dependencies]
num_cpus = "1.0"