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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_parallel.c b/src/testcurl/https/test_https_get_parallel.c
index 5bd1256c..3d7db915 100644
--- a/src/testcurl/https/test_https_get_parallel.c
+++ b/src/testcurl/https/test_https_get_parallel.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
@@ -20,9 +21,11 @@
20 21
21/** 22/**
22 * @file test_https_get_parallel.c 23 * @file test_https_get_parallel.c
23 * @brief Testcase for libmicrohttpd HTTPS GET operations 24 * @brief Testcase for libmicrohttpd HTTPS GET operations with single-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 30
28#include "platform.h" 31#include "platform.h"