You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✍️
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.
The text was updated successfully, but these errors were encountered:
The `maxFreeSockets` option specifies the maximum number of free
sockets per host.
PR-URL: #40483Fixes: #40446
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
The `maxFreeSockets` option specifies the maximum number of free
sockets per host.
PR-URL: #40483Fixes: #40446
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
📗 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.
submit a pull request.
The text was updated successfully, but these errors were encountered: