Created by: mmoulton
When a callback is passed into .web() such as:
proxy.web(req, res, function (err) {
// handle error
});
the server
var is set to false and therefor can't emit the proxyRes
.
Created by: mmoulton
When a callback is passed into .web() such as:
proxy.web(req, res, function (err) {
// handle error
});
the server
var is set to false and therefor can't emit the proxyRes
.