()
| 3488 | } |
| 3489 | |
| 3490 | closeIdleConnections() { |
| 3491 | if (this[kOptions].allowHTTP1 === true) { |
| 3492 | ReflectApply(HttpServer.prototype.closeIdleConnections, this, arguments); |
| 3493 | } |
| 3494 | } |
| 3495 | } |
| 3496 | |
| 3497 | class Http2Server extends NETServer { |
no outgoing calls
no test coverage detected