-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I am currently migrating a server from akka-http to Finagle. The only thing left to port is one WebSocket endpoint. Unfortunately, I couldn't manage to find a way to upgrade an existing HTTP request to a WebSocket connection. It is possible to respond with a 101 message, but Finagle drops the Connection: Upgrade header which is required. Furthermore, it doesn't seem to be possible to access reader and writer and pipe those streams into an HttpWebSocket.
Metadata
Metadata
Assignees
Labels
No labels