[fix] maybe another typo

This commit is contained in:
cronopio 2013-07-11 14:07:38 -05:00
parent 08293f96bc
commit 64b4e07ffb

View File

@ -164,7 +164,7 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
// Emit the `start` event indicating that we have begun the proxy operation.
//
this.emit('start', req, res, this.target);
req.pipe(new ProxyStream(res, options)).pipe(res);
req.pipe(new ProxyStream(res, this)).pipe(res);
//
// If forwarding is enabled for this instance, foward proxy the