PfreeSockets
Bun

property

http.Agent.freeSockets

readonly freeSockets: ReadOnlyDict<Socket[]>

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'.