update http

This commit is contained in:
影舞者 2022-01-07 16:59:05 +08:00
parent 205021afec
commit c3fc054912

View File

@ -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) {