missing updates #5

Merged
mats merged 77 commits from refactor/http-proxy into main 2025-10-14 23:12:06 +02:00
Showing only changes of commit 7ad28966fb - Show all commits

View File

@@ -49,7 +49,7 @@ func NewRemoteHost(host string) (*RemoteHost, error) {
conn.Close() conn.Close()
return nil, pingErr return nil, pingErr
} }
time.Sleep(200 * time.Millisecond) time.Sleep(500 * time.Millisecond)
} }
transport := &http.Transport{ transport := &http.Transport{