mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-17 08:00:02 -04:00
expose close reasons
This commit is contained in:
parent
8cbab94955
commit
569789c2a0
9 changed files with 294 additions and 74 deletions
|
@ -2,7 +2,6 @@ use std::str::FromStr;
|
|||
|
||||
use anyhow::Context;
|
||||
use fastwebsockets::{upgrade::UpgradeFut, CloseCode, FragmentCollector};
|
||||
use futures_util::io::Close;
|
||||
use tokio::{
|
||||
io::{AsyncBufReadExt, AsyncWriteExt, BufReader},
|
||||
select,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue