Closed cloudfly closed 1 year ago
If HostClient has DialDualStack=true and there is no custom Dial method specified, the DialDualStack setting will not work when sending requests using DoDeadline or DoTimeout.
HostClient
DialDualStack=true
Dial
DialDualStack
DoDeadline
DoTimeout
This issue was introduced in this commit
Thanks! Good find!
If
HostClient
hasDialDualStack=true
and there is no customDial
method specified, theDialDualStack
setting will not work when sending requests usingDoDeadline
orDoTimeout
.This issue was introduced in this commit