📗 API Reference Docs Problem
Location
Section of the site where the content exists
Affected URL(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.