aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_close_keep_alive.c
Commit message (Expand)AuthorAge
* Fixed and/or muted compiler warningsEvgeny Grin (Karlson2k)2024-01-29
* Tests: added use of MHD_USE_NO_THREAD_SAFETY flagEvgeny Grin (Karlson2k)2023-11-23
* Added MHD_OPTION_APP_FD_SETSIZE and MHD_FEATURE_FLEXIBLE_FD_SETSIZEEvgeny Grin (Karlson2k)2023-11-07
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
* testcurl: fixed checking response headers as null-terminated stringEvgeny Grin (Karlson2k)2022-11-07
* testcurl: updated copyright year in updated filesEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed used types and related warningsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: Muted some compiler warnings, minor refactoringEvgeny Grin (Karlson2k)2022-10-01
* Replaced calls of MHD_get_timeout() in tests and examplesEvgeny Grin (Karlson2k)2022-04-28
* test: fixed processing '--quiet' parameterEvgeny Grin (Karlson2k)2022-01-30
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* tests: simplified libcurl HTTP settingsEvgeny Grin (Karlson2k)2022-01-12
* testcurl tests: updated to use test helpers in local headersEvgeny Grin (Karlson2k)2022-01-12
* tests: fixed libcurl HTTP/1.0 / HTTP/1.1 settingEvgeny Grin (Karlson2k)2022-01-10
* Fixed tests compatibility with old libcurlEvgeny Grin (Karlson2k)2021-12-12
* tests: fixed case-insensitive match for method nameEvgeny Grin (Karlson2k)2021-09-22
* test_get_close_keep_alive: mute static analyzerEvgeny Grin (Karlson2k)2021-08-25
* test_get_close_keep_alive: added more combinations and more checksEvgeny Grin (Karlson2k)2021-08-20
* curl tests: updated select() error handling, file doxyEvgeny Grin (Karlson2k)2021-08-18
* test_get_close_keep_alive: removed double assignment of curl headerEvgeny Grin (Karlson2k)2021-08-18
* test_get_close_keep_alive: minor reporting improvmentEvgeny Grin (Karlson2k)2021-08-18
* Added two tests for correct choice of "Keep-Alive" or "Close"Evgeny Grin (Karlson2k)2021-08-17