Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(connection): ensure pooled connections get released
The PoolConnection is listening for the end event to be emitted to close the connection, but the connection is not listening to the underlying end event emitted by the net.Socket.
- Loading branch information