fix(PortProxy): Refactor and optimize PortProxy for improved readability and maintainability

This commit is contained in:
2025-02-23 17:30:41 +00:00
parent 133d5a47e0
commit b9210d891e
3 changed files with 125 additions and 199 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-02-23 - 3.10.3 - fix(PortProxy)
Refactor and optimize PortProxy for improved readability and maintainability
- Simplified and clarified inline comments.
- Optimized the extractSNI function for better readability.
- Streamlined the cleanup process for connections in PortProxy.
- Improved handling and logging of incoming and outgoing connections.
## 2025-02-23 - 3.10.2 - fix(PortProxy)
Fix connection handling to include timeouts for SNI-enabled connections.