mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-14 15:00:54 -05:00
Remove header that does nothing
This commit is contained in:
parent
67fbafe658
commit
98cd99bacf
|
|
@ -52,7 +52,6 @@ export function setUpEvents(app: Express, events: EventTargetRecorder): void {
|
|||
res.setHeader("Content-Type", "text/event-stream");
|
||||
res.setHeader("Access-Control-Allow-Origin", "*");
|
||||
res.setHeader("Connection", "keep-alive");
|
||||
res.setHeader("X-Accel-Buffering", "no");
|
||||
|
||||
// https://stackoverflow.com/a/69938612
|
||||
// Without this Express compression prevents any messages from being
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user