We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c222c commit 06cfff9Copy full SHA for 06cfff9
lib/_http_client.js
@@ -21,8 +21,6 @@ function ClientRequest(options, cb) {
21
22
if (util.isString(options)) {
23
options = url.parse(options);
24
- } else {
25
- options = util._extend({}, options);
26
}
27
28
var agent = options.agent;
0 commit comments