Commit 94763b2
fix(voice): SSE streaming Accept header for proxy compatibility
- Client sends Accept: text/event-stream instead of application/json
- Prevents ngrok/reverse proxy buffering of SSE responses
- Server adds X-Accel-Buffering: no header (submodule b9c8dc6)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5162f08 commit 94763b2
2 files changed
Lines changed: 10 additions & 6 deletions
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
115 | 121 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
0 commit comments