Skip to content

Commit 8fe7810

Browse files
authored
Remove already completed comment (#21054)
1 parent cc1a46d commit 8fe7810

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-server/src/ReactFizzServer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,9 +908,6 @@ function flushCompletedQueues(request: Request): void {
908908
}
909909
}
910910

911-
// TODO: Expose a way to abort further processing, without closing the connection from the outside.
912-
// This would put all waiting boundaries into client-only mode.
913-
914911
export function startWork(request: Request): void {
915912
scheduleWork(() => performWork(request));
916913
}

0 commit comments

Comments
 (0)