We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33efb22 commit 964cc3aCopy full SHA for 964cc3a
packages/next/src/server/web/spec-extension/adapters/next-request.ts
@@ -19,6 +19,7 @@ export function signalFromNodeResponse(res: ServerResponse) {
19
// first, then we know the client disconnected before we finished.
20
function onClose() {
21
controller.abort()
22
+ // eslint-disable-next-line @typescript-eslint/no-use-before-define
23
res.off('finish', onFinish)
24
}
25
function onFinish() {
0 commit comments