Skip to content

Upgrading Finagle's HTTP requests #13

@tindzk

Description

@tindzk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions