mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Applied several spelling fixes. (#6142)
This commit is contained in:
@@ -60,7 +60,7 @@ https_transfer_thread_adapter (void *args)
|
||||
struct https_test_data *cargs = args;
|
||||
int ret;
|
||||
|
||||
/* time spread incomming requests */
|
||||
/* 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);
|
||||
@@ -98,7 +98,7 @@ test_single_client (void *cls, int port, const char *cipher_suite,
|
||||
*
|
||||
* @return: 0 upon all client requests returning '0', -1 otherwise.
|
||||
*
|
||||
* TODO : make client_count a parameter - numver of curl client threads to spawn
|
||||
* TODO : make client_count a parameter - number of curl client threads to spawn
|
||||
*/
|
||||
static int
|
||||
test_parallel_clients (void *cls, int port, const char *cipher_suite,
|
||||
|
||||
Reference in New Issue
Block a user