fix(remoteingress-core): preserve stream close ordering and add flow-control stall timeouts

This commit is contained in:
2026-03-15 21:06:44 +00:00
parent 579e553da0
commit c490e35a8f
4 changed files with 34 additions and 11 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-15 - 4.5.4 - fix(remoteingress-core)
preserve stream close ordering and add flow-control stall timeouts
- Send CLOSE and CLOSE_BACK frames on the data channel so they arrive after the final stream data frames.
- Log and abort stalled upload and download paths when flow-control windows stay empty for 120 seconds.
- Apply a 60-second timeout when writing buffered stream data to the upstream connection to prevent hung streams.
## 2026-03-15 - 4.5.3 - fix(remoteingress-core)
prioritize control frames over data in edge and hub tunnel writers