There was an error while loading. Please reload this page.
1 parent bd84fbc commit 71a547eCopy full SHA for 71a547e
1 file changed
NEWS.md
@@ -21,6 +21,11 @@
21
keep-alive and socket-ready (unknown defaults to close); and a closed pooled
22
entry is discarded at checkout instead of being redialed inside the pool
23
process (#888).
24
+- Connection pooling: stopping a pool while requests are in flight no longer
25
+ leaks the per-host concurrency (`load_regulation`) slots of the checked-out
26
+ connections. The pool now traps exits so its shutdown releases those slots and
27
+ stops the in-use connections, instead of orphaning them and starving the host's
28
+ concurrency cap node-wide (#892).
29
30
4.4.4 - 2026-06-17
31
------------------
0 commit comments