From 528ad62d1edcf630185ffbf1dda233c470e99d46 Mon Sep 17 00:00:00 2001 From: Ciro Spaciari Date: Fri, 6 Sep 2024 15:41:00 -0700 Subject: [PATCH] remember #3458 --- test/js/node/http/node-http.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/node/http/node-http.test.ts b/test/js/node/http/node-http.test.ts index 677bd129cf..e5f6a9431d 100644 --- a/test/js/node/http/node-http.test.ts +++ b/test/js/node/http/node-http.test.ts @@ -2361,7 +2361,7 @@ it("should emit close when connection is aborted", async () => { } }); -it("must set headersSent to true after headers are sent", async () => { +it("must set headersSent to true after headers are sent #3458", async () => { const server = createServer().listen(0); try { await once(server, "listening");