~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/enums.h

  • 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:
98
98
    ERR_ESI,                    /* Failure to perform ESI processing */
99
99
    ERR_INVALID_RESP,
100
100
    ERR_ICAP_FAILURE,
 
101
    ERR_UNSUP_HTTPVERSION,     /* HTTP version is not supported */
101
102
    ERR_MAX
102
103
} err_type;
103
104