MCPcopy
hub / github.com/fastify/fastify / handleOnRequestAbortHooksErrors

Function handleOnRequestAbortHooksErrors

lib/route.js:594–598  ·  view source on GitHub ↗
(reply, err)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected