From 94e21aa5f77d6a0040f062f225dffe64e9541e19 Mon Sep 17 00:00:00 2001 From: Sergej Date: Sun, 14 Nov 2021 16:48:39 +0100 Subject: [PATCH] fixup! fixed unresponsive server #3283 (#3285) --- lib/reply.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/reply.js b/lib/reply.js index 7910457ee3..0dc5d93252 100644 --- a/lib/reply.js +++ b/lib/reply.js @@ -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,