feat: source changes ResponseHeaderTimeout and ExpectContinueTimeout (#1662)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
3764af25f3
commit
9ccf2162de
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue