aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-03-09 13:08:00 +0100
committerGitHub Enterprise <[email protected]>2026-03-09 13:08:00 +0100
commitf9d8cbcb3573b47b639b7bd73d3a4eed17653d71 (patch)
treedd295b2e929f050f292a6415fd0330da24b683a4 /src/zenhttp
parentadded auto-detection logic for console colour output (#817) (diff)
downloadzen-f9d8cbcb3573b47b639b7bd73d3a4eed17653d71.tar.xz
zen-f9d8cbcb3573b47b639b7bd73d3a4eed17653d71.zip
add fallback for zencache multirange (#816)
* clean up BuildStorageResolveResult to allow capabilities * add check for multirange request capability * add MaxRangeCountPerRequest capabilities * project export tests * add InMemoryBuildStorageCache * progress and logging improvements * fix ElapsedSeconds calculations in fileremoteprojectstore.cpp * oplogs/builds test script
Diffstat (limited to 'src/zenhttp')
-rw-r--r--src/zenhttp/include/zenhttp/formatters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/include/zenhttp/formatters.h b/src/zenhttp/include/zenhttp/formatters.h
index addb00cb8..57ab01158 100644
--- a/src/zenhttp/include/zenhttp/formatters.h
+++ b/src/zenhttp/include/zenhttp/formatters.h
@@ -73,7 +73,7 @@ struct fmt::formatter<zen::HttpClient::Response>
if (Response.IsSuccess())
{
return fmt::format_to(Ctx.out(),
- "OK: Status: {}, Bytes: {}/{} (Up/Down), Elapsed: {}s",
+ "OK: Status: {}, Bytes: {}/{} (Up/Down), Elapsed: {}",
ToString(Response.StatusCode),
Response.UploadedBytes,
Response.DownloadedBytes,