From db8d48de14d6ba2fea14c869fd76bcfde40f512c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 7 May 2013 03:16:37 -0600 Subject: [PATCH] Bug 3780: cachemgr.cgi: output problem in HTTP Header Statistics --- src/HttpHeader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index 4515303804..abdc9f45d0 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -1738,6 +1738,7 @@ httpHeaderStatDump(const HttpHeaderStat * hs, StoreEntry * e) storeAppendPrintf(e, "%2s\t %-5s\t %5s\t %6s\n", "id", "#flds", "count", "%total"); hs->hdrUCountDistr.dump(e, httpHeaderFldsPerHdrDumper); + storeAppendPrintf(e, "\n"); dump_stat = NULL; } @@ -1759,7 +1760,6 @@ httpHeaderStoreReport(StoreEntry * e) for (i = 1; i < HttpHeaderStatCount; ++i) { httpHeaderStatDump(HttpHeaderStats + i, e); - storeAppendPrintf(e, "%s\n", "
"); } /* field stats for all messages */ -- 2.47.2