mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http: make response sending more efficient by avoiding some copies
This commit is contained in:
parent
9ba72ce3fd
commit
84d57c1c86
4 changed files with 51 additions and 44 deletions
|
|
@ -32,6 +32,7 @@ mimalloc = { version = "0.1", default-features = false }
|
|||
memchr = "2"
|
||||
parking_lot = "0.11"
|
||||
privdrop = "0.5"
|
||||
once_cell = "1"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rustls-pemfile = "0.2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue