* @param {Connection} connection * @internal * @ignore
(connection)
| 359 | * @ignore |
| 360 | */ |
| 361 | removeFromPool(connection) { |
| 362 | this.pool.remove(connection); |
| 363 | this._checkPoolState(); |
| 364 | } |
| 365 | |
| 366 | /** |
| 367 | * Internal method that gets the amount of in-flight requests on all connections to the host. |
no test coverage detected