diff --git a/bin/proxy/http.route.js b/bin/proxy/http.route.js index a32c3065..aa6b7129 100644 --- a/bin/proxy/http.route.js +++ b/bin/proxy/http.route.js @@ -245,7 +245,7 @@ module.exports = function(req, res) { res.__hasClosed = true; logger.debug('response has close'); - this.emit('done');// let it going + // this.emit('done');// let it going }); res.once('done', function() {