]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
formatting
authorwessels <>
Wed, 22 Jan 1997 01:33:30 +0000 (01:33 +0000)
committerwessels <>
Wed, 22 Jan 1997 01:33:30 +0000 (01:33 +0000)
src/http.cc

index 205c3fdf21a820812a6f248fcf174cae22f45251..3073ece2f480eaab50fb57fd30fc53f0a28d45ec 100644 (file)
@@ -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);