* Internal method that gets the amount of in-flight requests on all connections to the host. * @internal * @ignore
()
| 369 | * @ignore |
| 370 | */ |
| 371 | getInFlight() { |
| 372 | return this.pool.getInFlight(); |
| 373 | } |
| 374 | |
| 375 | /** |
| 376 | * Validates that the internal state of the connection pool. |
no outgoing calls
no test coverage detected