aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpasio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added thread names to timer, upstream monitorStefan Boberg2023-06-071-1/+10
| | | | also altered http-asio thread naming scheme
* Additional trace instrumentation (#312)Stefan Boberg2023-05-161-0/+3
| | | | | | | | | * added trace instrumentation to upstreamcache * added asio trace instrumentation * added trace annotations for project store * added trace annotations for BlockStore * added trace annotations for HttpClient * added trace annotations for CAS/GC
* clear partially formatted response if request fails (http asio) (#310)Dan Engelbrecht2023-05-161-0/+3
| | | | * simplfy error response by dropping partially formatted response * Update CHANGELOG.md
* Close down http server gracefully when exiting even while requests are still ↵Dan Engelbrecht2023-05-111-10/+48
| | | | | being processed (#290) * Close down http server gracefully when exiting even while requests are still being processed
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+1372
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees