Skip to content

Commit

Permalink
Remove already completed comment (#21054)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Mar 22, 2021
1 parent cc1a46d commit 8fe7810
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react-server/src/ReactFizzServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,6 @@ function flushCompletedQueues(request: Request): void {
}
}

// TODO: Expose a way to abort further processing, without closing the connection from the outside.
// This would put all waiting boundaries into client-only mode.

export function startWork(request: Request): void {
scheduleWork(() => performWork(request));
}
Expand Down

0 comments on commit 8fe7810

Please sign in to comment.