aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpasio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* handle exception in asio header parsing (#348)Dan Engelbrecht2023-08-091-50/+57
| | | | * make sure we return an error code instead of throwing exception if header parsing fails * changelog
* cleaned up http/asio loggingStefan Boberg2023-06-161-7/+7
|
* 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