diff --git a/sdk/python/src/datastar_py/sse.py b/sdk/python/src/datastar_py/sse.py index 5ec9141d..8fe202eb 100644 --- a/sdk/python/src/datastar_py/sse.py +++ b/sdk/python/src/datastar_py/sse.py @@ -8,6 +8,7 @@ SSE_HEADERS = { "Cache-Control": "no-cache", "Connection": "keep-alive", "Content-Type": "text/event-stream", + "X-Accel-Buffering": "no", }