Skip to content

Commit

Permalink
Fixing bug in forwarding with new pipes logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Jun 23, 2011
1 parent 40b1c67 commit 9a28022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ Request.prototype.request = function () {
options.uri = response.headers.location;
delete options.req;
delete options.agent;
delete options._started;
if (options.headers) {
delete options.headers.host;
}
Expand Down

0 comments on commit 9a28022

Please sign in to comment.