diff options
-rw-r--r-- | htping.go | 1 |
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() |