This commit is contained in:
Ciro Spaciari
2024-09-06 15:41:00 -07:00
parent 876ff4c199
commit 528ad62d1e

View File

@@ -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");