Marc Dassonneville
Results
1
issues of
Marc Dassonneville
the current algorithm maximize the number of sockets opened, by re-using the first stacked free socket using freesockets.shift() @see https://github.com/node-modules/agentkeepalive/blob/master/lib/_http_agent.js#L170 ``` javascript if (freeLen) { // we have a free...
enhancement