()
| 3480 | } |
| 3481 | |
| 3482 | close() { |
| 3483 | ReflectApply(TLSServer.prototype.close, this, arguments); |
| 3484 | if (this[kOptions].allowHTTP1 === true) { |
| 3485 | httpServerPreClose(this); |
| 3486 | } |
| 3487 | closeAllSessions(this); |
| 3488 | } |
| 3489 | |
| 3490 | closeIdleConnections() { |
| 3491 | if (this[kOptions].allowHTTP1 === true) { |
nothing calls this directly
no test coverage detected