#include "base/AsyncCallQueue.h"
#include "SquidTime.h"
-
EventLoop::EventLoop() : errcount(0), last_loop(false), timeService(NULL),
primaryEngine(NULL)
{}
#include "MemPool.h"
#include "SquidString.h"
-
/* class forward declarations */
class HttpHdrCc;
class HttpHdrContRange;
#include "squid.h"
#include "RequestFlags.h"
-
// When adding new flags, please update cloneAdaptationImmune() as needed.
// returns a partial copy of the flags that includes only those flags
// that are safe for a related (e.g., ICAP-adapted) request to inherit
/* client_side_request.c - client side request related routines (pure logic) */
int clientBeginRequest(const HttpRequestMethod&, char const *, CSCB *, CSD *, ClientStreamData, HttpHeader const *, char *, size_t);
-
class ClientHttpRequest
#if USE_ADAPTATION
: public Adaptation::Initiator, // to start adaptation transactions