> For the complete documentation index, see [llms.txt](https://oten.gitbook.io/trust-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oten.gitbook.io/trust-support/documentation/api-reference/integration-guidelines/buffering.md).

# Buffering

SSE requires **unbuffered** responses. Ensure your HTTP client and any intermediary proxies do not buffer the response body:

* **Nginx:** Set `proxy_buffering off;` or the API already sends `X-Accel-Buffering: no`
* **CloudFront / CDN:** Disable response buffering for SSE endpoints
* **HTTP Client:** Use streaming mode (not buffered reads)
