feat: source changes ResponseHeaderTimeout and ExpectContinueTimeout (#1662)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2022-09-07 22:07:59 +08:00
parent 3764af25f3
commit 9ccf2162de
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ func init() {
DualStack: true,
}).DialContext,
IdleConnTimeout: 90 * time.Second,
ResponseHeaderTimeout: 5 * time.Second,
ExpectContinueTimeout: 2 * time.Second,
ResponseHeaderTimeout: 30 * time.Second,
ExpectContinueTimeout: 10 * time.Second,
TLSClientConfig: &tls.Config{
InsecureSkipVerify: true,
},