fix(rustproxy-http): improve HTTP/2 proxy error logging with warning-level connection failures and debug error details

This commit is contained in:
2026-03-16 13:01:32 +00:00
parent 4c76a9f9f3
commit 1e2ca68fc7
3 changed files with 15 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 25.11.11 - fix(rustproxy-http)
improve HTTP/2 proxy error logging with warning-level connection failures and debug error details
- Adds debug-formatted error fields to HTTP/2 handshake, retry, fallback, and request failure logs
- Promotes upstream HTTP/2 connection error logs from debug to warn to improve operational visibility
## 2026-03-16 - 25.11.10 - fix(rustproxy-http)
validate pooled HTTP/2 connections asynchronously before reuse and evict stale senders