Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 0c6ca35

Browse files
committed
chore: close connection
1 parent 0a3d8cb commit 0c6ca35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/worker/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ async function run() {
142142
const diff = process.hrtime(req.responseTimeCalc);
143143
reply.headers({
144144
"X-Response-Time": diff[0] * 1e3 + diff[1] / 1e6,
145-
"X-Powered-By": "PreMiD"
145+
"X-Powered-By": "PreMiD",
146+
Connection: "close"
146147
});
147148
return;
148149
});

0 commit comments

Comments
 (0)