aquatic_http: add memchr version of urldecode, which might be faster

This commit is contained in:
Joakim Frostegård 2020-07-18 05:34:09 +02:00
parent f94c52da77
commit 056cd41732
3 changed files with 61 additions and 2 deletions

1
Cargo.lock generated
View file

@ -83,6 +83,7 @@ dependencies = [
"indexmap",
"itoa",
"log",
"memchr",
"mimalloc",
"mio",
"native-tls",