aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_parallel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_parallel.c')
-rw-r--r--src/testcurl/https/test_https_get_parallel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testcurl/https/test_https_get_parallel.c b/src/testcurl/https/test_https_get_parallel.c
index 4e83bbf2..888b2f7c 100644
--- a/src/testcurl/https/test_https_get_parallel.c
+++ b/src/testcurl/https/test_https_get_parallel.c
@@ -56,8 +56,6 @@ https_transfer_thread_adapter (void *args)
56 struct https_test_data *cargs = args; 56 struct https_test_data *cargs = args;
57 unsigned int ret; 57 unsigned int ret;
58 58
59 /* time spread incoming requests */
60 usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
61 ret = test_https_transfer (NULL, cargs->port, 59 ret = test_https_transfer (NULL, cargs->port,
62 cargs->cipher_suite, cargs->proto_version); 60 cargs->cipher_suite, cargs->proto_version);
63 if (ret == 0) 61 if (ret == 0)