aquatic_http: remove mio implementation

This commit is contained in:
Joakim Frostegård 2021-10-28 01:48:32 +02:00
parent a935a3bbf0
commit 130377b8f4
19 changed files with 394 additions and 1587 deletions

5
Cargo.lock generated
View file

@ -94,19 +94,15 @@ dependencies = [
"aquatic_http_protocol",
"cfg-if",
"core_affinity",
"crossbeam-channel",
"either",
"futures-lite",
"glommio",
"hashbrown 0.11.2",
"histogram",
"indexmap",
"itoa",
"log",
"memchr",
"mimalloc",
"mio",
"native-tls",
"parking_lot",
"privdrop",
"quickcheck",
@ -117,7 +113,6 @@ dependencies = [
"serde",
"slab",
"smartstring",
"socket2 0.4.2",
]
[[package]]