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

7
Cargo.lock generated
View file

@ -118,6 +118,7 @@ dependencies = [
"rand",
"serde",
"smartstring",
"urlencoding",
]
[[package]]
@ -1835,6 +1836,12 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
[[package]]
name = "utf-8"
version = "0.7.5"