fix(connectionhandler): Delay socket termination in TLS session resumption handling to allow proper alert processing

This commit is contained in:
2025-03-17 13:23:07 +00:00
parent 1611f65455
commit 22f46700f1
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '4.1.14',
version: '4.1.15',
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.'
}