aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/clients/httpclientcommon.cpp
Commit message (Collapse)AuthorAgeFilesLines
* optimize string matching (#791)Dan Engelbrecht12 days1-5/+7
|
* add support in http client to accept multi-range responses (#788)Dan Engelbrecht12 days1-0/+315
| | | * add support in http client to accept multi-range responses
* reduce batch size for reads (#740)Dan Engelbrecht2026-01-291-1/+1
| | | | | * reduce maximum size per chunk to read to reduce disk contention * increase timeout before warning on slow shut down of zenserver * reduce default window size for blockstore chunk iteration
* HttpClient support for pluggable back-ends (#532)Stefan Boberg2025-09-301-0/+474
refactored HttpClient to separate out cpr implementation into separate classes, with an abstract base class to allow plugging in multiple implementations in the future