fix(PortProxy): Fix handling of SNI re-negotiation in PortProxy

This commit is contained in:
2025-02-27 20:10:26 +00:00
parent 29688d1379
commit ec08ca51f5
3 changed files with 7 additions and 14 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-27 - 3.17.1 - fix(PortProxy)
Fix handling of SNI re-negotiation in PortProxy
- Removed connection locking to the initially negotiated SNI
- Improved handling of SNI during renegotiation in PortProxy
## 2025-02-27 - 3.17.0 - feat(smartproxy)
Enhance description clarity and improve SNI handling with domain locking.