mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Remove data event that is not needed after-all.
This commit is contained in:
parent
3b86a7aae3
commit
b1c4bd61e8
@ -325,7 +325,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
|
||||
response.pause();
|
||||
}
|
||||
}
|
||||
self.emit('data', chunk, req);
|
||||
}
|
||||
|
||||
response.on('data', ondata);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user