diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_parallel_threads.c')
-rw-r--r-- | src/testcurl/https/test_https_get_parallel_threads.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c index 14a5be4e..6e639f45 100644 --- a/src/testcurl/https/test_https_get_parallel_threads.c +++ b/src/testcurl/https/test_https_get_parallel_threads.c | |||
@@ -1,6 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of libmicrohttpd | 2 | This file is part of libmicrohttpd |
3 | Copyright (C) 2007 Christian Grothoff | 3 | Copyright (C) 2007 Christian Grothoff |
4 | Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) | ||
4 | 5 | ||
5 | libmicrohttpd is free software; you can redistribute it and/or modify | 6 | libmicrohttpd is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published | 7 | it under the terms of the GNU General Public License as published |
@@ -19,10 +20,12 @@ | |||
19 | */ | 20 | */ |
20 | 21 | ||
21 | /** | 22 | /** |
22 | * @file tls_thread_mode_test.c | 23 | * @file test_https_get_parallel_threads.c |
23 | * @brief Testcase for libmicrohttpd HTTPS GET operations | 24 | * @brief Testcase for libmicrohttpd HTTPS GET operations with multi-threaded |
25 | * MHD daemon and several clients working in parallel | ||
24 | * @author Sagie Amir | 26 | * @author Sagie Amir |
25 | * @author Christian Grothoff | 27 | * @author Christian Grothoff |
28 | * @author Karlson2k (Evgeny Grin) | ||
26 | * | 29 | * |
27 | * TODO: add test for external select! | 30 | * TODO: add test for external select! |
28 | */ | 31 | */ |