mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
raw tls sockets
This commit is contained in:
parent
ac39d82a53
commit
54011e1f8a
4 changed files with 144 additions and 32 deletions
|
@ -68,7 +68,7 @@ impl EpxWebSocket {
|
|||
let (mut sender, conn) = Builder::new()
|
||||
.title_case_headers(true)
|
||||
.preserve_header_case(true)
|
||||
.handshake::<TokioIo<EpxStream>, Empty<Bytes>>(TokioIo::new(stream))
|
||||
.handshake::<TokioIo<EpxIoStream>, Empty<Bytes>>(TokioIo::new(stream))
|
||||
.await?;
|
||||
|
||||
wasm_bindgen_futures::spawn_local(async move {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue