trace := &httptrace.ClientTrace{
ConnectStart: func(_, _ string) {
},
ConnectDone: func(_ string, addr string, err error) {
// ConnectStart may not have been called if the address is reused
if !ndt.connectStart.IsZero() {
}
ndt.connectAddr = addr
ndt.connectErr = err