aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/buildstore
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-08-19 14:03:02 +0200
committerGitHub Enterprise <[email protected]>2025-08-19 14:03:02 +0200
commit6bdaf6ad6e1308aae12845b20bf06a4406ba0c03 (patch)
tree718a2bb2016d4e88084c21e2868a3efca34a5926 /src/zenserver/buildstore
parent5.6.17 (diff)
downloadzen-6bdaf6ad6e1308aae12845b20bf06a4406ba0c03.tar.xz
zen-6bdaf6ad6e1308aae12845b20bf06a4406ba0c03.zip
zen print fixes/improvements (#469)
- Improvement: `zen print` now allows output of compact binary content even if they are in non-optimal format (Unifom vs Non-Uniform arrays and objects) - Feature: `zen print` now has a `--show-type-info` option to add type information to output of compact binary content - Bugfix: Stats information for Build Store (Zen Store Cache) no longer throws exception and outputs invalid state information
Diffstat (limited to 'src/zenserver/buildstore')
-rw-r--r--src/zenserver/buildstore/httpbuildstore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zenserver/buildstore/httpbuildstore.cpp b/src/zenserver/buildstore/httpbuildstore.cpp
index 3e1bc4203..2a3ce41b7 100644
--- a/src/zenserver/buildstore/httpbuildstore.cpp
+++ b/src/zenserver/buildstore/httpbuildstore.cpp
@@ -534,7 +534,6 @@ HttpBuildStoreService::HandleStatsRequest(HttpServerRequest& Request)
{
Cbo << "count" << StorageStats.BlobCount;
Cbo << "bytes" << StorageStats.BlobBytes;
- Cbo.EndObject(); // small
}
Cbo.EndObject(); // blobs