Disable keepalives in uptime robot

This commit is contained in:
Zachary Seguin 2019-07-27 02:48:29 -04:00
parent e1a5704159
commit 6df68443e2
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ func GetMonitors() (Monitors, error) {
Timeout: time.Second * 10,
}).Dial,
TLSHandshakeTimeout: time.Second * 10,
DisableKeepAlives: true,
}
net := http.Client{
Timeout: time.Second * 10,