Skip to content

Commit 71a547e

Browse files
committed
Add #892 in_use slot-leak fix to 4.4.5 changelog
1 parent bd84fbc commit 71a547e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
keep-alive and socket-ready (unknown defaults to close); and a closed pooled
2222
entry is discarded at checkout instead of being redialed inside the pool
2323
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).
2429

2530
4.4.4 - 2026-06-17
2631
------------------

0 commit comments

Comments
 (0)