Skip to content

Commit

Permalink
fixup! fixed unresponsive server fastify#3283 (fastify#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejostir committed Nov 14, 2021
1 parent 2dbc4fb commit 94e21aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reply.js
Expand Up @@ -374,7 +374,6 @@ function preserializeHookEnd (err, request, reply, payload) {

function onSendHook (reply, payload) {
if (reply.context.onSend !== null) {
reply[kReplySent] = true
onSendHookRunner(
reply.context.onSend,
reply.request,
Expand Down

0 comments on commit 94e21aa

Please sign in to comment.