fix(connectionhandler): Remove unnecessary delay in TLS session ticket handling for connections without SNI

This commit is contained in:
2025-03-18 00:32:01 +00:00
parent b10f35be4b
commit 4b30e377b9
3 changed files with 8 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '4.2.2',
version: '4.2.3',
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.'
}