From 422563c63b2aedaa32fa217aca92b369ac4be755 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 11 Feb 2022 19:44:19 +0300 Subject: Fix result manifest request failures due to exceeding request size limit --- bbot/utility.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bbot/utility.hxx') diff --git a/bbot/utility.hxx b/bbot/utility.hxx index 2bc0320..35136bd 100644 --- a/bbot/utility.hxx +++ b/bbot/utility.hxx @@ -147,7 +147,10 @@ namespace bbot template void - serialize_manifest (const T&, const path&, const char* what); + serialize_manifest (const T&, + const path&, + const char* what, + bool long_lines = false); template void @@ -155,7 +158,8 @@ namespace bbot ostream&, const string& name, const char* what, - bool fail_hard = true); + bool fail_hard = true, + bool long_lines = false); } #include -- cgit v1.1