This commit is contained in:
cdle
2023-07-05 17:24:14 +08:00
parent 643ecd0f9c
commit aaf46a505c
+1 -1
View File
@@ -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)