Remove custom WebSocket code #1391

Closed
opened 2026-04-06 01:53:03 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 10/25/2023

Remove our custom WebSocket code and only use the Rocket code. Removed all options in regards to WebSockets
Added a new option WEBSOCKET_DISABLED which defaults too false. This can be used to disable WebSockets if you really do not want to use it.

Also:

  • Updated crates, including Rocket to the latest merged v0.5 changes
  • Removed an extra header which should not be sent for websocket connections
*Originally created by @BlackDex on 10/25/2023* Remove our custom WebSocket code and only use the Rocket code. Removed all options in regards to WebSockets Added a new option `WEBSOCKET_DISABLED` which defaults too `false`. This can be used to disable WebSockets if you really do not want to use it. Also: - Updated crates, including Rocket to the latest merged v0.5 changes - Removed an extra header which should not be sent for websocket connections
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1391