[Network] Disable proxy buffering for SSE #33

Open
opened 2026-09-11 01:26:20 +00:00 by poimen · 0 comments
Member

Problem

Load balancers buffer payloads, blocking realtime streaming.

Investigation

  • No X-Accel-Buffering header in gateway code
  • ingress-nginx may buffer by default

Resolution

Add X-Accel-Buffering: no on streaming responses. Add ingress annotation proxy-buffering: off.

Files

  • internal/proxy/
  • k8s/deployment.yaml
## Problem Load balancers buffer payloads, blocking realtime streaming. ## Investigation - No `X-Accel-Buffering` header in gateway code - ingress-nginx may buffer by default ## Resolution Add `X-Accel-Buffering: no` on streaming responses. Add ingress annotation `proxy-buffering: off`. ## Files - `internal/proxy/` - `k8s/deployment.yaml`
poimen added this to the LLM Production Hardening milestone 2026-09-11 01:26:20 +00:00
Sign in to join this conversation.