aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_wait.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-08-18 12:00:29 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-08-18 12:48:46 +0300
commit0c3806b05804d668f3a88853f90e930bc180b10e (patch)
tree9f4e3bc80fe515ed2c91505e608fbc285ead9b7e /src/testcurl/test_get_wait.c
parentebd43f0373e3b62bf25213b5cd20a84e09c010e3 (diff)
downloadlibmicrohttpd-0c3806b05804d668f3a88853f90e930bc180b10e.tar.gz
libmicrohttpd-0c3806b05804d668f3a88853f90e930bc180b10e.zip
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.
Diffstat (limited to 'src/testcurl/test_get_wait.c')
-rw-r--r--src/testcurl/test_get_wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_get_wait.c b/src/testcurl/test_get_wait.c
index cfabd2d1..0fc190f9 100644
--- a/src/testcurl/test_get_wait.c
+++ b/src/testcurl/test_get_wait.c
@@ -1,7 +1,7 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2007, 2009, 2011 Christian Grothoff 3 Copyright (C) 2007, 2009, 2011 Christian Grothoff
4 Copyright (C) 2016-2021 Karlson2k (Evgeny Grin) 4 Copyright (C) 2014-2021 Evgeny Grin (Karlson2k)
5 5
6 libmicrohttpd is free software; you can redistribute it and/or modify 6 libmicrohttpd is free software; you can redistribute it and/or modify
7 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