mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http: remove mio implementation
This commit is contained in:
parent
a935a3bbf0
commit
130377b8f4
19 changed files with 394 additions and 1587 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue