Skip to content

Commit

Permalink
[npm] upgrade agentkeepalive from 2.2.0 to 3.4.1 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 13, 2018
1 parent de4a576 commit faa5998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"agentkeepalive": "^2.2.0",
"agentkeepalive": "^3.4.1",
"chalk": "^1.0.0",
"lodash": "2.4.2",
"lodash.get": "^4.4.2",
Expand Down
1 change: 0 additions & 1 deletion src/lib/connectors/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ HttpConnector.prototype.makeAgentConfig = function (config) {
maxSockets: config.maxSockets,
maxFreeSockets: config.keepAliveMaxFreeSockets,
freeSocketKeepAliveTimeout: config.keepAliveFreeSocketTimeout,
keepAliveTimeout: config.keepAliveFreeSocketTimeout // support agentkeepalive 2.x
};

if (this.useSsl) {
Expand Down

0 comments on commit faa5998

Please sign in to comment.