From c3fc0549121fc7d377bcd29d53d86061510a699f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Fri, 7 Jan 2022 16:59:05 +0800 Subject: [PATCH] update http --- WebScan/lib/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebScan/lib/client.go b/WebScan/lib/client.go index 5906638..80f982e 100644 --- a/WebScan/lib/client.go +++ b/WebScan/lib/client.go @@ -15,7 +15,7 @@ var ( Client *http.Client ClientNoRedirect *http.Client dialTimout = 5 * time.Second - keepAlive = 15 * time.Second + keepAlive = 5 * time.Second ) func Inithttp(PocInfo common.PocInfo) {