fix(remoteingress-core): delay stream close until downstream response draining finishes to prevent truncated transfers

This commit is contained in:
2026-03-16 11:29:38 +00:00
parent a63dbf2502
commit 0b8c1f0b57
3 changed files with 21 additions and 17 deletions

View File

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