Skip to content

WebSocket support..? #2

Closed
Closed
@simshanith

Description

@simshanith

The TODO checkbox is checked, but I don't see the expected code in index.js from looking at the nodejitsu/node-http-proxy docs...

//
// Listen to the `upgrade` event and proxy the
// WebSocket requests as well.
//
proxyServer.on('upgrade', function (req, socket, head) {
  proxy.ws(req, socket, head);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions