From: wessels <> Date: Wed, 22 Jan 1997 01:33:30 +0000 (+0000) Subject: formatting X-Git-Tag: SQUID_3_0_PRE1~5180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=884011a168a44d54057d049cd08cc9709599bed8;p=thirdparty%2Fsquid.git formatting --- diff --git a/src/http.cc b/src/http.cc index 205c3fdf21..3073ece2f4 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,5 +1,5 @@ /* - * $Id: http.cc,v 1.143 1996/12/19 21:24:13 wessels Exp $ + * $Id: http.cc,v 1.144 1997/01/21 18:33:30 wessels Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -1034,7 +1034,7 @@ httpReplyHeaderStats(StoreEntry * entry) HttpHdrMiscStr[j], ReplyHeaderStats.misc[j]); for (i = SCC_PUBLIC; i < SCC_ENUM_END; i++) - storeAppendPrintf(entry, "{Cache-Control %7.7s: %d}\n", + storeAppendPrintf(entry, "{Cache-Control %s: %d}\n", HttpServerCCStr[i], ReplyHeaderStats.cc[i]); storeAppendPrintf(entry, close_bracket);