Skip to content

Commit

Permalink
added return for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Oct 26, 2011
1 parent 89a5134 commit 3a07cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ HTTPClient.prototype.end = function () {
this.agent.sockets.forEach(function (socket) {
if (socket.end) socket.end();
});
return;
}
// node >=v0.5 compat
var self = this;
Expand Down

0 comments on commit 3a07cc2

Please sign in to comment.