ready link import fx 1
This commit is contained in:
parent
fa8bba5bec
commit
72b63ca6ad
|
|
@ -20,7 +20,7 @@ func SendRequest(method string, endpoint string, values []byte, authKey string)
|
||||||
DialContext: (&net.Dialer{
|
DialContext: (&net.Dialer{
|
||||||
Timeout: ConnectMaxWaitTime,
|
Timeout: ConnectMaxWaitTime,
|
||||||
}).DialContext,
|
}).DialContext,
|
||||||
},gl
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx, cancel := context.WithTimeout(context.Background(), RequestMaxWaitTime)
|
ctx, cancel := context.WithTimeout(context.Background(), RequestMaxWaitTime)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue