fix(PortProxy): Fix connection handling to include timeouts for SNI-enabled connections.

This commit is contained in:
2025-02-23 11:43:21 +00:00
parent e47436608f
commit f2f4e47893
3 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-23 - 3.10.2 - fix(PortProxy)
Fix connection handling to include timeouts for SNI-enabled connections.
- Added initial data timeout for SNI-enabled connections to improve connection handling.
- Cleared timeout once data is received to prevent premature socket closure.
## 2025-02-22 - 3.10.1 - fix(PortProxy)
Improve socket cleanup logic to prevent potential resource leaks