mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-31 10:58:27 +00:00
Slightly more robust HTTP stress test
This commit is contained in:
parent
51743461ee
commit
7d1c720b84
@ -51,7 +51,10 @@ func TestStressHTTP(t *testing.T) {
|
||||
|
||||
tc := &tls.Config{InsecureSkipVerify: true}
|
||||
tr := &http.Transport{
|
||||
TLSClientConfig: tc,
|
||||
TLSClientConfig: tc,
|
||||
DisableKeepAlives: true,
|
||||
ResponseHeaderTimeout: time.Second,
|
||||
TLSHandshakeTimeout: time.Second,
|
||||
}
|
||||
client := &http.Client{
|
||||
Transport: tr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user