From: Amos Jeffries Date: Tue, 7 May 2013 09:16:37 +0000 (-0600) Subject: Bug 3780: cachemgr.cgi: output problem in HTTP Header Statistics X-Git-Tag: SQUID_3_3_5~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db8d48de14d6ba2fea14c869fd76bcfde40f512c;p=thirdparty%2Fsquid.git Bug 3780: cachemgr.cgi: output problem in HTTP Header Statistics --- 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 */