nginx streams your tokens fine. HAProxy holds them for 206ms.
This story is from 2026-09-12. It is preserved in the archive; the latest stories are on the live feed.
The advice is everywhere: if you are streaming Server-Sent Events through nginx, turn off proxy_buffering or your tokens will arrive in one lump. I built a rig to measure it. nginx does not buffer a token stream. The proxy that does is HAProxy, on a stock config, and it holds your first token for 2…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-12 14:40 · DEV Community — AI
nginx streams your tokens fine. HAProxy holds them for 206ms.