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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.5.9',
version: '4.5.10',
description: 'Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1.'
}