Skip to content

Commit 046a142

Browse files
committed
Do not return in HTTP client trace
1 parent c9ebe96 commit 046a142

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http_requests.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ func getURL(url string) Request {
179179
ConnectDone: func(net, addr string, err error) {
180180
if err != nil {
181181
log.Printf("unable to connect to host %v: %v", addr, err)
182-
return
183182
}
184183
connectDone = time.Now()
185184
},

0 commit comments

Comments
 (0)