This commit is contained in:
William 2022-03-28 10:02:49 +00:00
parent 88d7cabacb
commit 800b6d6b34

View File

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