fix(remoteingress-core): ensure upstream writes cancel promptly and reliably deliver CLOSE_BACK frames

This commit is contained in:
2026-03-16 10:51:59 +00:00
parent 51ab32f6c3
commit 4b95a3c999
3 changed files with 23 additions and 9 deletions

View File

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