mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
ed25519 auth
This commit is contained in:
parent
a1963f53f1
commit
b2435b554a
11 changed files with 450 additions and 118 deletions
|
@ -163,7 +163,7 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
|
|||
.await?
|
||||
.with_no_required_extensions()
|
||||
} else {
|
||||
ClientMux::create(rx, tx, Some(extensions.as_slice()))
|
||||
ClientMux::create(rx, tx, Some(extensions))
|
||||
.await?
|
||||
.with_required_extensions(extension_ids.as_slice())
|
||||
.await?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue