fix(rustproxy-http): report streamed HTTP and WebSocket bytes per chunk for real-time throughput metrics

This commit is contained in:
2026-03-15 21:44:32 +00:00
parent 211d5cf835
commit aa9e6dfd94
4 changed files with 27 additions and 37 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-15 - 25.11.4 - fix(rustproxy-http)
report streamed HTTP and WebSocket bytes per chunk for real-time throughput metrics
- Update CountingBody to record bytes immediately on each data frame instead of aggregating until completion or drop
- Record WebSocket tunnel traffic inside both copy loops and remove the final aggregate byte report to keep throughput metrics current
## 2026-03-15 - 25.11.3 - fix(repo)
no changes to commit