Merge branch 'bugfix/TRA-86_Sometimes_client_becomes_unresponsive' into develop
# Conflicts: # config/static-manifest/manifest.json
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user