From 4ba2686977d4dc4335615b64f30ca3ca23560206 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 3 Feb 2021 01:14:09 +0000 Subject: [PATCH] fix(core): update --- ts/smartproxy.classes.proxyworker.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/smartproxy.classes.proxyworker.ts b/ts/smartproxy.classes.proxyworker.ts index 87900b1..b7d0adf 100644 --- a/ts/smartproxy.classes.proxyworker.ts +++ b/ts/smartproxy.classes.proxyworker.ts @@ -162,6 +162,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g= { method: req.method, headers: req.headers, + keepAlive: true }, true, // lets make this streaming (request) => {