aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpparser.h
Commit message (Collapse)AuthorAgeFilesLines
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-191-1/+3
| | | | | | | | | * fix JobQueue test threading issue. The inner job queued with `QueueJob` would reference `I` from inside the captured closure which would subsequently disappear * made sure application exit is thread safe * don't try to access string data out of bounds * keep-alive flag is accessed from multiple threads * fix memory leaks in Zen upstream client code * TSAN fixes for Event
* restructured zenhttp (#472)Stefan Boberg2023-10-131-0/+112
separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it