|
@@ -61,7 +61,6 @@ func (ds *DataSource) GetHttpTransport() (*http.Transport, error) {
|
|
|
Dial: (&net.Dialer{
|
|
Dial: (&net.Dialer{
|
|
|
Timeout: time.Duration(setting.DataProxyTimeout) * time.Second,
|
|
Timeout: time.Duration(setting.DataProxyTimeout) * 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,
|