mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] style spacing wtf
This commit is contained in:
parent
8a8a894092
commit
ea0a4ded80
@ -151,7 +151,7 @@ web_o = Object.keys(web_o).map(function(pass) {
|
|||||||
// Allow us to listen when the proxy has completed
|
// Allow us to listen when the proxy has completed
|
||||||
proxyRes.on('end', function () {
|
proxyRes.on('end', function () {
|
||||||
server.emit('end', req, res, proxyRes);
|
server.emit('end', req, res, proxyRes);
|
||||||
})
|
});
|
||||||
|
|
||||||
proxyRes.pipe(res);
|
proxyRes.pipe(res);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user