fix(rustproxy-http): include request domain in backend proxy error and protocol detection logs

This commit is contained in:
2026-03-12 21:04:58 +00:00
parent 90b83a9dbe
commit fc64f5a95e
3 changed files with 58 additions and 35 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-12 - 25.10.3 - fix(rustproxy-http)
include request domain in backend proxy error and protocol detection logs
- Adds domain context to backend TCP/TLS connect, handshake, request failure, retry, and fallback log entries in the Rust HTTP proxy service.
- Propagates the resolved host/domain through H1, H2, pooled, and fallback forwarding paths so backend-level diagnostics can be correlated with the original request domain.
## 2026-03-12 - 25.10.2 - fix(repo)
no code changes to release