aquatic_http_protocol: urlencode/urldecode Request.key

About 11% performance regression for Request::from_bytes
This commit is contained in:
Joakim Frostegård 2020-08-10 04:37:01 +02:00
parent 0a0b57a9e8
commit 74a538963f
7 changed files with 1014 additions and 1007 deletions

View file

@ -35,6 +35,7 @@ memchr = "2"
rand = { version = "0.7", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
smartstring = "0.2"
urlencoding = "1"
[dev-dependencies]
criterion = "0.3"