/*
- * $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
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);