tide-websockets
tide-websockets copied to clipboard
"just open a socket"
May I ask to merge this PR? It's only bump of `async-tungstenite`. Thanks
Hello, I want to implement a WebSocket connection with Sec-Websocket-Protocol present in the header. Currently, based on the examples provided by this repo, the server does not send a Sec-Websocket-Protocol...
The websocket connection works when I'm testing on my machine with localhost but for some reason, when I'm using it deployed with [cloudflared](https://github.com/cloudflare/cloudflared) the websocket opens but closes immediately with...
Hello ! So I'm looking for guidance regarding alternatives to implementing `Sink` for `WebsocketConnection` as raised in #3 I effectively need the behavior of being able to split up the...
I've merged a number of PRs, and upgraded the versions of dependencies. Please consider publishing a release, to allow use of tide-websockets with current async-tungstenite, base64, and sha1, and remove...
I need to be able to send a custom HTTP header in the `101 Upgrade` response (as part of WebSocket connection initialisation), around about here: https://github.com/http-rs/tide-websockets/blob/c3e1d987911dd7b411b90238d92d29fc047b59bc/src/handler.rs#L175-L180 It'd be nice to...
Also MSRV 1.63
Tungstenite crate through 0.20.0 allows remote attackers to cause denial of service: CVE-2023-43669, CVSS 7.5. I decided to update this and all other libraries