Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmcd committed May 9, 2024
1 parent efcc200 commit 4c22c1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DenoHTTPWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ class DenoHTTPWorker {
}
this.#terminated = true;
if (this.#process && this.#process.exitCode === null) {
// TODO: do we need to SIGINT first to make sure we allow the process to do
// any cleanup?
forceKill(this.#process.pid!);
}
this.#httpSession.close();
Expand Down

0 comments on commit 4c22c1b

Please sign in to comment.