add X-Accel-Buffering to python sdk SSE_HEADERS
This commit is contained in:
parent
3c5974c2e1
commit
b055b22dab
|
@ -8,6 +8,7 @@ SSE_HEADERS = {
|
|||
"Cache-Control": "no-cache",
|
||||
"Connection": "keep-alive",
|
||||
"Content-Type": "text/event-stream",
|
||||
"X-Accel-Buffering": "no",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue