aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_empty.c
Commit message (Collapse)AuthorAge
* Replaced MHD_RESPMEM_PERSISTENT usage in examples and codeEvgeny Grin (Karlson2k)2022-05-14
| | | | New functions do not produce compiler warnings.
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* testcurl tests: updated to use test helpers in local headersEvgeny Grin (Karlson2k)2022-01-12
|
* Tests: explicitly enforced zero or one exit codesEvgeny Grin (Karlson2k)2021-11-23
|
* tests: fixed case-insensitive match for method nameEvgeny Grin (Karlson2k)2021-09-22
|
* curl tests: updated select() error handling, file doxyEvgeny Grin (Karlson2k)2021-08-18
| | | | | | | | 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.
* tests: improved handling of curl multi_*Evgeny Grin (Karlson2k)2021-08-16
|
* Fixed conflict with system CPU_COUNT macroEvgeny Grin (Karlson2k)2020-10-25
|
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* tighten formatting rulesChristian Grothoff2019-10-31
|
* add tests for empty reply in HTTPSChristian Grothoff2019-10-26