node-http-proxy
node-http-proxy copied to clipboard
Fix README bug in selfHandleResponse example
trafficstars
I was implementing my response handler and observed strange behavior when running the README example. The proxy.web(req, res, option); line should be inside the proxyRes handler function (the current example does not send a response to the client).