fix(rustproxy-http): reuse pooled HTTP/2 connections for requests with and without bodies

This commit is contained in:
2026-03-17 11:33:34 +00:00
parent cfff128499
commit 26fd9409a7
3 changed files with 13 additions and 21 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-17 - 25.11.21 - fix(rustproxy-http)
reuse pooled HTTP/2 connections for requests with and without bodies
- remove the bodyless-request restriction from HTTP/2 pool checkout
- always return successful HTTP/2 senders to the connection pool after requests
## 2026-03-17 - 25.11.20 - fix(rustproxy-http)
avoid downgrading cached backend protocol on H2 stream errors