From 0c3806b05804d668f3a88853f90e930bc180b10e Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Wed, 18 Aug 2021 12:00:29 +0300 Subject: curl tests: updated select() error handling, file doxy Tests reports now about unexpected errors from select() and source code line number to simplify problematic position locating. Used much smaller timeout on W32 if system is doing some sockets data processing in other threads. --- src/testcurl/test_urlparse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testcurl/test_urlparse.c') diff --git a/src/testcurl/test_urlparse.c b/src/testcurl/test_urlparse.c index d089ab22..2550227f 100644 --- a/src/testcurl/test_urlparse.c +++ b/src/testcurl/test_urlparse.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009, 2011 Christian Grothoff + Copyright (C) 2014-2019 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -22,6 +23,7 @@ * @file daemontest_urlparse.c * @brief Testcase for libmicrohttpd url parsing * @author Christian Grothoff + * @author Karlson2k (Evgeny Grin) */ #include "MHD_config.h" -- cgit v1.2.3