Refine read back-pressure for h1 dispatcher

This commit is contained in:
Nikolay Kim 2020-04-10 11:14:24 +06:00
parent 46ce12f07a
commit becdc529bb
6 changed files with 103 additions and 24 deletions

View file

@ -8,10 +8,10 @@ members = [
"ntex-service",
]
[patch.crates-io]
ntex = { path = "ntex" }
ntex-codec = { path = "ntex-codec" }
ntex-router = { path = "ntex-router" }
ntex-rt = { path = "ntex-rt" }
ntex-rt-macros = { path = "ntex-rt-macros" }
ntex-service = { path = "ntex-service" }
#[patch.crates-io]
#ntex = { path = "ntex" }
#ntex-codec = { path = "ntex-codec" }
#ntex-router = { path = "ntex-router" }
#ntex-rt = { path = "ntex-rt" }
#ntex-rt-macros = { path = "ntex-rt-macros" }
#ntex-service = { path = "ntex-service" }