Commit 2ec8f56
fix: use fprintf instead of logger in connection_queue_output to prevent feedback loop
When SSE queue is full or buffer pool exhausted, using logger() triggers
status_add_log_entry() which sends SSE updates, potentially causing more
queue failures and creating an infinite feedback loop. Switch to fprintf()
to break this cycle.
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 5edc3fa commit 2ec8f56
1 file changed
+15
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
497 | 500 | | |
498 | 501 | | |
499 | 502 | | |
| |||
508 | 511 | | |
509 | 512 | | |
510 | 513 | | |
511 | | - | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
512 | 517 | | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
517 | 522 | | |
518 | 523 | | |
519 | 524 | | |
| |||
0 commit comments