add accel buffering no

This commit is contained in:
Ruben Fiszel
2025-12-08 22:55:47 +00:00
parent bce561b796
commit d2bf7e3bb7
+1
View File
@@ -7371,6 +7371,7 @@ async fn get_job_update_sse(
Ok(Response::builder()
.status(200)
.header("X-Accel-Buffering", "no")
.header("Content-Type", "text/event-stream")
.header("Cache-Control", "no-cache")
.header("Connection", "keep-alive")