fix(PortProxy): Improve buffering and data handling during connection setup in PortProxy to prevent data loss

This commit is contained in:
2025-03-11 17:05:15 +00:00
parent 5ba8eb778f
commit 43378becd2
3 changed files with 152 additions and 83 deletions

View File

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