Skip to content

Commit

Permalink
Fixed headers piping on redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
kapetan committed Nov 22, 2012
1 parent e6c7aa5 commit 69e6dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Request.prototype.init = function (options) {
if (!options) options = {}
if (process.env.NODE_DEBUG && /request/.test(process.env.NODE_DEBUG)) console.error('REQUEST', options)
if (!self.pool && self.pool !== false) self.pool = globalPool
self.dests = []
self.dests = self.dests || []
self.__isRequestRequest = true

// Protect against double callback
Expand Down

0 comments on commit 69e6dc5

Please sign in to comment.