(reply, err)
| 592 | } |
| 593 | |
| 594 | function handleOnRequestAbortHooksErrors (reply, err) { |
| 595 | if (err) { |
| 596 | reply.log.error({ err }, 'onRequestAborted hook failed') |
| 597 | } |
| 598 | } |
| 599 | |
| 600 | function handleTimeout () { |
| 601 | const { context, request, reply } = this._meta |