mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Refine read back-pressure for h1 dispatcher
This commit is contained in:
parent
46ce12f07a
commit
becdc529bb
6 changed files with 103 additions and 24 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue