add X-Accel-Buffering to python sdk SSE_HEADERS

This commit is contained in:
Laureηt Fainsin 2025-04-15 12:49:00 +02:00 committed by GitHub
parent 3c5974c2e1
commit b055b22dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ SSE_HEADERS = {
"Cache-Control": "no-cache",
"Connection": "keep-alive",
"Content-Type": "text/event-stream",
"X-Accel-Buffering": "no",
}