fix(rustproxy-http): prevent stale HTTP/2 connection drivers from evicting newer pooled connections

This commit is contained in:
2026-03-16 14:30:43 +00:00
parent ae0342d018
commit 77abe0804d
4 changed files with 68 additions and 18 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 25.11.17 - fix(rustproxy-http)
prevent stale HTTP/2 connection drivers from evicting newer pooled connections
- add generation IDs to pooled HTTP/2 senders so pool removal only affects the matching connection
- update HTTP/2 proxy and retry paths to register generation-tagged connections and skip eviction before registration completes
## 2026-03-16 - 25.11.16 - fix(repo)
no changes to commit