Closed
Description
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
Labels
No labels