From 800b6d6b347c202a38284a0552a1bd2b780011ee Mon Sep 17 00:00:00 2001 From: William Date: Mon, 28 Mar 2022 10:02:49 +0000 Subject: [PATCH] Commit --- app/lib/App/SSE/EventLoop.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib/App/SSE/EventLoop.php b/app/lib/App/SSE/EventLoop.php index 4c0af69..f9093c3 100644 --- a/app/lib/App/SSE/EventLoop.php +++ b/app/lib/App/SSE/EventLoop.php @@ -24,7 +24,6 @@ class EventLoop session_write_close(); } - header('Cache-Control: no-store, must-revalidate'); header('Content-Type: text/event-stream'); // explicitly disable caching so varnish and other upstreams won't cache. header('Cache-Control: no-cache, must-revalidate');