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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.5.3',
version: '4.5.4',
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.'
}