Skip to content

Commit

Permalink
refactor(websocket): websocket report refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tarotlwei committed Jun 14, 2018
1 parent c4a1efa commit 321e594
Show file tree
Hide file tree
Showing 5 changed files with 458 additions and 388 deletions.
1 change: 1 addition & 0 deletions bin/proxy/http.route.js
Expand Up @@ -68,6 +68,7 @@ module.exports = function(req, res) {
}

req.removeAllListeners('fail');
req.removeAllListeners('reportLog');
res.removeAllListeners('timeout');
res.removeAllListeners('close');
res.removeAllListeners('finish');
Expand Down

0 comments on commit 321e594

Please sign in to comment.