Commit 1aa2fba
Fix SSE connection close header for Go HTTP clients
Change SSE response header from connection: keep-alive to
connection: close. Go HTTP clients (opencode) wait for the server
to close the connection, causing hangs. Python SDK was unaffected
because it closes after seeing data: [DONE].
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent af94172 commit 1aa2fba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments