From ea46caebb72facc6f5fadf0212f0b025eaee332c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 29 Jul 2022 01:31:52 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartproxy.classes.networkproxy.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c784bf2..f316f42 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartproxy', - version: '3.0.2', + version: '3.0.3', description: 'a proxy for handling high workloads of proxying' } diff --git a/ts/smartproxy.classes.networkproxy.ts b/ts/smartproxy.classes.networkproxy.ts index 558f04a..ea030e5 100644 --- a/ts/smartproxy.classes.networkproxy.ts +++ b/ts/smartproxy.classes.networkproxy.ts @@ -248,7 +248,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g= }); }); this.httpsServer.keepAliveTimeout = 61000; - this.httpsServer.headersTimeout = 65000; + this.httpsServer.headersTimeout = 65000; this.httpsServer.on('connection', (connection: plugins.net.Socket) => { connection.setTimeout(120000);