node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

Fix README bug in selfHandleResponse example

Open BodhaanshRavipati325 opened this issue 7 months ago • 0 comments
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).

BodhaanshRavipati325 avatar Mar 29 '25 20:03 BodhaanshRavipati325