Skip to content

Commit

Permalink
I was one commit behind, doh
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzjer committed Mar 1, 2012
1 parent 86567a4 commit ee1a631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Collections/Links/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ exports.fetchHTML = function(arg, cbEach, cbDone) {
cbDone();
});
// worst case, 10 seconds bail
setTimeout(function(){}, 10000);
setTimeout(function(){
if(x && x.req) x.req.destroy();
}, 10000);
} catch(E) {
cbDone(E);
}
Expand Down

0 comments on commit ee1a631

Please sign in to comment.