Merge branch 'bugfix/TRA-86_Sometimes_client_becomes_unresponsive' into develop

# Conflicts:
#	config/static-manifest/manifest.json
This commit is contained in:
Josako
2025-10-22 14:03:08 +02:00
3 changed files with 37 additions and 10 deletions

View File

@@ -301,7 +301,8 @@ def task_progress_stream(task_id):
mimetype='text/event-stream',
headers={
'Cache-Control': 'no-cache',
'X-Accel-Buffering': 'no'
'X-Accel-Buffering': 'no',
'Connection': 'keep-alive'
}
)
except Exception as e: