📗 API Reference Docs Problem
Location
Section of the site where the content exists
Affected url("https://github.com/nodejs/node/issues/s"):
Description
Concise explanation of the problem
✍️
Currently documentation says:
maxFreeSockets Maximum number of sockets to leave open in a free state.
But after lookin at the source code in _http_agent.js it looks to me that maxFreeSockets is the maximum number of free sockets per host, similar how maxSockets number is per host.
📗 API Reference Docs Problem
Location
Section of the site where the content exists
Affected url("https://github.com/nodejs/node/issues/s"):
Description
Concise explanation of the problem
✍️
Currently documentation says:
maxFreeSockets Maximum number of sockets to leave open in a free state.
But after lookin at the source code in _http_agent.js it looks to me that maxFreeSockets is the maximum number of free sockets per host, similar how maxSockets number is per host.
submit a pull request.