Skip to content

Commit

Permalink
return request
Browse files Browse the repository at this point in the history
  • Loading branch information
James Weston authored and James Weston committed Sep 2, 2014
1 parent 044dbe8 commit e232756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ exports.request = function (method, url, options, callback, _trace) {
// Finalize request

req.end();

return req;
};


Expand Down

0 comments on commit e232756

Please sign in to comment.