summaryrefslogtreecommitdiff
path: root/src/mod_echo.c
Commit message (Collapse)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
| | | | _WIN32 __declspec(dllexport) on mod_*_plugin_init()
* [multiple] optimistic client read only if HTTP/1.xGlenn Strauss2023-05-031-1/+2
| | | | skip optimistic client read if http version >= HTTP/2
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-1/+1
| | | | | employ ck_calloc(), ck_malloc() shared code to slightly reduce code size (centralize the ck_assert() to check that memory allocation succeeded)
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+2
|
* [mod_echo] test module to echo request as responseGlenn Strauss2021-09-081-0/+145
test/debugging module to echo request back to client as response (not part of build Makefile)