Skip to content

Commit

Permalink
fix httpRequest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
navrotskyj committed Apr 5, 2017
1 parent ce62a71 commit 168bb1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middleware/httpRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ module.exports = function (parameters, router, cb) {
req.on('requestTimeout',function(req){
log.warn("request has expired");
req.abort();
cb();
});

req.on('error',function(err){
Expand Down

0 comments on commit 168bb1c

Please sign in to comment.