Merge pull request #3640 from lukepayyapilli/fix/openai-stream-close

fix: close stream on cancellation to prevent socket leaks
This commit is contained in:
Mark Backman
2026-02-05 18:00:06 -05:00
committed by GitHub
3 changed files with 131 additions and 61 deletions

1
changelog/3589.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed OpenAI LLM stream not being closed on cancellation/exception, which could leak sockets.