Open
Description
Context
WebSockets seems to not be handled correctly right now
For instance, if a website uses them, the browser will try to connect multiple times to the WS path without ever managing to "connect" to it
To Do
- Handling WebSockets (upgrading, data passing, etc.)
Definition of Done
- Handle websockets (upgrade, data passing, etc.)