aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-26 11:04:29 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-26 11:04:29 +0100
commitb39aacb24adfa2013b83c5efb6198d0555318807 (patch)
tree70a1082d142abd8b0b10742e0b2aa81ca388e4e8 /src/testcurl
parent8cb26daea6f14cf93a8cdf715b8ed823cf298f64 (diff)
downloadlibmicrohttpd-b39aacb24adfa2013b83c5efb6198d0555318807.tar.gz
libmicrohttpd-b39aacb24adfa2013b83c5efb6198d0555318807.zip
typo
Diffstat (limited to 'src/testcurl')
-rw-r--r--src/testcurl/test_add_conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_add_conn.c b/src/testcurl/test_add_conn.c
index b78cd013..68b568b7 100644
--- a/src/testcurl/test_add_conn.c
+++ b/src/testcurl/test_add_conn.c
@@ -73,7 +73,7 @@
73/* Global parameters */ 73/* Global parameters */
74static int oneone; /**< Use HTTP/1.1 instead of HTTP/1.0 */ 74static int oneone; /**< Use HTTP/1.1 instead of HTTP/1.0 */
75static int no_listen; /**< Start MHD daemons without listen socket */ 75static int no_listen; /**< Start MHD daemons without listen socket */
76static int global_port; /**< MHD deamons listen port number */ 76static int global_port; /**< MHD daemons listen port number */
77static int cleanup_test; /**< Test for final cleanup */ 77static int cleanup_test; /**< Test for final cleanup */
78static int slow_reply = 0; /**< Slowdown MHD replies */ 78static int slow_reply = 0; /**< Slowdown MHD replies */
79static int ignore_response_errors = 0; /**< Do not fail test if CURL 79static int ignore_response_errors = 0; /**< Do not fail test if CURL