Skip to content

Commit

Permalink
Merge pull request #1861 from watson/patch-1
Browse files Browse the repository at this point in the history
Remove redundant call to Stream constructor
  • Loading branch information
simov committed Oct 24, 2015
2 parents d18cb48 + 03682b7 commit 47b81ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion request.js
Expand Up @@ -122,7 +122,6 @@ function Request (options) {
var reserved = Object.keys(Request.prototype)
var nonReserved = filterForNonReserved(reserved, options)

stream.Stream.call(self)
util._extend(self, nonReserved)
options = filterOutReservedFunctions(reserved, options)

Expand Down

0 comments on commit 47b81ea

Please sign in to comment.