()
| 9478 | return this.options.freeSocketTimeout; |
| 9479 | } |
| 9480 | get timeout() { |
| 9481 | deprecate2("agent.timeout is deprecated, please use agent.options.timeout instead"); |
| 9482 | return this.options.timeout; |
| 9483 | } |
| 9484 | get socketActiveTTL() { |
| 9485 | deprecate2("agent.socketActiveTTL is deprecated, please use agent.options.socketActiveTTL instead"); |
| 9486 | return this.options.socketActiveTTL; |
no test coverage detected