~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/HttpHdrCc.cc

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
 
237
237
            /* print option name */
238
238
            packerPrintf(p, (pcount ? ", " SQUIDSTRINGPH : SQUIDSTRINGPH),
239
 
                SQUIDSTRINGPRINT(CcFieldsInfo[flag].name));
 
239
                         SQUIDSTRINGPRINT(CcFieldsInfo[flag].name));
240
240
 
241
241
            /* handle options with values */
242
242
 
255
255
 
256
256
    if (cc->other.size() != 0)
257
257
        packerPrintf(p, (pcount ? ", " SQUIDSTRINGPH : SQUIDSTRINGPH),
258
 
            SQUIDSTRINGPRINT(cc->other));
 
258
                     SQUIDSTRINGPRINT(cc->other));
259
259
}
260
260
 
261
261
/* negative max_age will clean old max_Age setting */