|
@@ -54,6 +54,7 @@ func (ds *DataSource) GetHttpTransport() (*http.Transport, error) {
|
|
|
Dial: (&net.Dialer{
|
|
Dial: (&net.Dialer{
|
|
|
Timeout: 30 * time.Second,
|
|
Timeout: 30 * time.Second,
|
|
|
KeepAlive: 30 * time.Second,
|
|
KeepAlive: 30 * time.Second,
|
|
|
|
|
+ DualStack: true,
|
|
|
}).Dial,
|
|
}).Dial,
|
|
|
TLSHandshakeTimeout: 10 * time.Second,
|
|
TLSHandshakeTimeout: 10 * time.Second,
|
|
|
ExpectContinueTimeout: 1 * time.Second,
|
|
ExpectContinueTimeout: 1 * time.Second,
|