Browsers cap HTTP/1.1 to 6 concurrent connections, blocking concurrent LLM streams.
Enable HTTP/2 on ingress-nginx backend + gateway TLS. Verify with curl --http2.
curl --http2
k8s/deployment.yaml
No dependencies set.
The note is not visible to the blocked user.
Problem
Browsers cap HTTP/1.1 to 6 concurrent connections, blocking concurrent LLM streams.
Investigation
Resolution
Enable HTTP/2 on ingress-nginx backend + gateway TLS. Verify with
curl --http2.Files
k8s/deployment.yaml