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

1
Cargo.lock generated
View file

@ -101,6 +101,7 @@ dependencies = [
"log",
"memchr",
"mimalloc",
"once_cell",
"parking_lot",
"privdrop",
"quickcheck",