about summary refs log tree commit diff
path: root/htping.go
diff options
context:
space:
mode:
Diffstat (limited to 'htping.go')
-rw-r--r--htping.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/htping.go b/htping.go
index a3c6832..b4ac426 100644
--- a/htping.go
+++ b/htping.go
@@ -147,7 +147,6 @@ func ping(url string, seq int, results chan result) {
 
 	written, _ := io.Copy(ioutil.Discard, res.Body)
 	res.Body.Close()
-	client.CloseIdleConnections()
 
 	stop := time.Now()