~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/HttpHeader.cc

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1683
1683
}
1684
1684
 
1685
1685
http_hdr_type
1686
 
httpHeaderIdByName(const char *name, int name_len, const HttpHeaderFieldInfo * info, int end)
 
1686
httpHeaderIdByName(const char *name, size_t name_len, const HttpHeaderFieldInfo * info, int end)
1687
1687
{
1688
1688
    int i;
1689
1689