mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
test_https_get_parallel{,_threads}: removed artificial delay
This commit is contained in:
@@ -56,8 +56,6 @@ https_transfer_thread_adapter (void *args)
|
||||
struct https_test_data *cargs = args;
|
||||
unsigned int ret;
|
||||
|
||||
/* time spread incoming requests */
|
||||
usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
|
||||
ret = test_https_transfer (NULL, cargs->port,
|
||||
cargs->cipher_suite, cargs->proto_version);
|
||||
if (ret == 0)
|
||||
|
||||
Reference in New Issue
Block a user