mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
docs: add streaming connection pool leak to blog_posts.json
This commit is contained in:
parent
2839c02096
commit
26e30fae41
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"posts": [
|
||||
{
|
||||
"title": "How We Fixed a Streaming Connection Pool Leak",
|
||||
"description": "How we tracked down and fixed a connection pool leak that caused OpenAI streaming requests to hang after 30 minutes.",
|
||||
"date": "2026-03-04",
|
||||
"url": "https://docs.litellm.ai/blog/streaming-connection-pool-leak"
|
||||
},
|
||||
{
|
||||
"title": "Incident Report: SERVER_ROOT_PATH regression broke UI routing",
|
||||
"description": "How a single line removal caused UI 404s for all deployments using SERVER_ROOT_PATH, and the tests we added to prevent it from happening again.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue