Skip to main content

property Agent.prototype.freeSockets

An object which contains arrays of sockets currently awaiting use by the agent when keepAlive is enabled. Do not modify.

Sockets in the freeSockets list will be automatically destroyed and removed from the array on 'timeout'.

Type #

ReadOnlyDict<Socket[]>

Did you find what you needed?

Privacy policy