mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Fix typo which slipped in during patch clean-up
This commit is contained in:
parent
ef66833c4d
commit
ba65a485fc
@ -286,7 +286,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
|
|||||||
//
|
//
|
||||||
response.connection.on('end', function () {
|
response.connection.on('end', function () {
|
||||||
if (response.readable && response.resume) {
|
if (response.readable && response.resume) {
|
||||||
{
|
|
||||||
response.resume();
|
response.resume();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user