From aaf46a505ca537a311f348bce877866ea044f5b9 Mon Sep 17 00:00:00 2001 From: cdle Date: Wed, 5 Jul 2023 17:24:14 +0800 Subject: [PATCH] x --- core/node_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/node_request.go b/core/node_request.go index c1c262e..d787def 100644 --- a/core/node_request.go +++ b/core/node_request.go @@ -135,7 +135,7 @@ func fetch(vm *goja.Runtime, uuid string, wts ...interface{}) (interface{}, erro MaxIdleConns: 100, IdleConnTimeout: 90 * time.Second, TLSHandshakeTimeout: 10 * time.Second, - ExpectContinueTimeout: 1 * time.Second, + ExpectContinueTimeout: 10 * time.Second, } } method = strings.ToUpper(method)