Closed
Description
📗 API Reference Docs Problem
- Version: ✍️16
- Platform: ✍️MacOS
- Subsystem: ✍️http
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.
- I would like to work on this issue and
submit a pull request.