fix(rustproxy-http): forward vectored write support in ShutdownOnDrop AsyncWrite wrapper

This commit is contained in:
2026-03-16 13:44:56 +00:00
parent 5e6cf391ab
commit d165829022
3 changed files with 19 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 25.11.14 - fix(rustproxy-http)
forward vectored write support in ShutdownOnDrop AsyncWrite wrapper
- Implements poll_write_vectored by delegating to the wrapped writer
- Exposes is_write_vectored so the wrapper preserves underlying AsyncWrite capabilities
## 2026-03-16 - 25.11.13 - fix(rustproxy-http)
remove hot-path debug logging from HTTP/1 connection pool hits