summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssllabs-scan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssllabs-scan.go b/ssllabs-scan.go
index e6ea35e..dea9020 100644
--- a/ssllabs-scan.go
+++ b/ssllabs-scan.go
@@ -572,7 +572,7 @@ func (manager *Manager) startAssessment(h string) {
func (manager *Manager) run() {
transport := &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: globalInsecure},
- DisableKeepAlives: true,
+ DisableKeepAlives: false,
Proxy: http.ProxyFromEnvironment,
}