fix(remoteingress-core): guard zero-window reads to avoid false EOF handling on stalled streams

This commit is contained in:
2026-03-16 13:48:35 +00:00
parent e813c2f044
commit 1391b39601
4 changed files with 23 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 4.5.10 - fix(remoteingress-core)
guard zero-window reads to avoid false EOF handling on stalled streams
- Prevent upload and download loops from calling read on an empty buffer when flow-control window remains at 0 after stall timeout
- Log a warning and close the affected stream instead of misinterpreting Ok(0) as end-of-file
## 2026-03-16 - 4.5.9 - fix(remoteingress-core)
delay stream close until downstream response draining finishes to prevent truncated transfers