fix(rustproxy-http): reuse healthy HTTP/2 upstream connections after requests with bodies

This commit is contained in:
2026-03-17 12:12:24 +00:00
parent 9c78701038
commit ef9bac80ff
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-17 - 25.11.22 - fix(rustproxy-http)
reuse healthy HTTP/2 upstream connections after requests with bodies
- Registers successful HTTP/2 connections in the pool regardless of whether the proxied request included a body
- Continues to avoid pooling upstream connections that returned 502 Bad Gateway responses
## 2026-03-17 - 25.11.21 - fix(rustproxy-http)
reuse pooled HTTP/2 connections for requests with and without bodies