()
| 9474 | }); |
| 9475 | } |
| 9476 | get freeSocketKeepAliveTimeout() { |
| 9477 | deprecate2("agent.freeSocketKeepAliveTimeout is deprecated, please use agent.options.freeSocketTimeout instead"); |
| 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; |
nothing calls this directly
no test coverage detected