fix(rustproxy-http): implement vectored write support for backend streams

This commit is contained in:
2026-03-16 13:54:56 +00:00
parent 61db285e04
commit 72935e7ee0
3 changed files with 25 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 25.11.15 - fix(rustproxy-http)
implement vectored write support for backend streams
- Add poll_write_vectored forwarding for both plain and TLS backend stream variants
- Expose is_write_vectored so the proxy can correctly report vectored write capability
## 2026-03-16 - 25.11.14 - fix(rustproxy-http)
forward vectored write support in ShutdownOnDrop AsyncWrite wrapper