http: make response sending more efficient by avoiding some copies

This commit is contained in:
Joakim Frostegård 2022-01-30 17:13:00 +01:00
parent 9ba72ce3fd
commit 84d57c1c86
4 changed files with 51 additions and 44 deletions

View file

@ -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"] }