mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
remember #3458
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user