fix(remoteingress-core): perform graceful TLS shutdown on edge and hub tunnel streams

This commit is contained in:
2026-03-17 12:04:20 +00:00
parent 9922c3b020
commit 264e8eeb97
4 changed files with 23 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-17 - 4.8.7 - fix(remoteingress-core)
perform graceful TLS shutdown on edge and hub tunnel streams
- Send TLS close_notify before cleanup to avoid peer disconnect warnings on both tunnel endpoints
- Wrap stream shutdown in a 2 second timeout so connection teardown does not block cleanup
## 2026-03-17 - 4.8.6 - fix(remoteingress-core)
initialize disconnect reason only when set in hub loop break paths