I have a http-proxy server using connect in order to support body-parser. I would also like to proxy WebSocket requests ws://...., but the function in connect.use(fn) doesn't see requests from ws://. I have tried specifying http.createServer(app, {ws:true}).