()
| 956 | } |
| 957 | |
| 958 | function emitRequestTimeout() { |
| 959 | const req = this._httpMessage; |
| 960 | if (req) { |
| 961 | req.emit('timeout'); |
| 962 | } |
| 963 | } |
| 964 | |
| 965 | function listenSocketTimeout(req) { |
| 966 | if (req.timeoutCb) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…