Skip to content

Commit

Permalink
remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce committed Apr 26, 2024
1 parent 343ba71 commit d1d7664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/server/base-http/node.ts
Expand Up @@ -163,7 +163,6 @@ export class NodeNextResponse extends BaseNextResponse<Writable> {
this._res.end(this.textBody)
}

// TODO(after): this doesn't actually wait for the stream to finish...
public onClose(callback: () => void) {
this.originalResponse.on('close', callback)
}
Expand Down

0 comments on commit d1d7664

Please sign in to comment.