Commit 3e5434f
fix: disable nginx proxy buffering to enable AI streaming responses (#1600)
Nginx was buffering the entire backend response before forwarding it to the
client, preventing SSE streaming on the /ai/v4/request endpoint.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3bf8a7e commit 3e5434f
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
0 commit comments