|
Squid Web Cache master
|
Go to the source code of this file.
Namespaces | |
| namespace | Adaptation |
| namespace | Adaptation::Icap |
Variables | |
| const XactOutcome | Adaptation::Icap::xoUnknown = "ICAP_ERR_UNKNOWN" |
| initial value: outcome was not set | |
| const XactOutcome | Adaptation::Icap::xoGone = "ICAP_ERR_GONE" |
| initiator gone, will not continue | |
| const XactOutcome | Adaptation::Icap::xoRace = "ICAP_ERR_RACE" |
| ICAP server closed pconn when we started. | |
| const XactOutcome | Adaptation::Icap::xoError = "ICAP_ERR_OTHER" |
| all kinds of transaction errors | |
| const XactOutcome | Adaptation::Icap::xoOpt = "ICAP_OPT" |
| OPTION transaction. | |
| const XactOutcome | Adaptation::Icap::xoEcho = "ICAP_ECHO" |
| preserved virgin message (ICAP 204) | |
| const XactOutcome | Adaptation::Icap::xoPartEcho = "ICAP_PART_ECHO" |
| preserved virgin msg part (ICAP 206) | |
| const XactOutcome | Adaptation::Icap::xoModified = "ICAP_MOD" |
| replaced virgin msg with adapted | |
| const XactOutcome | Adaptation::Icap::xoSatisfied = "ICAP_SAT" |
| request satisfaction | |