Forwarder.cc
AsyncCall::Pointer comm_add_close_handler(int fd, CLCB *handler, void *data)
Definition: comm.cc:921
void noteCommClosed(const CommCloseCbParams ¶ms)
called when the client socket gets closed by some external force
Definition: Forwarder.cc:100
int KidIdentifier
virtual void handleException(const std::exception &e)
terminate with an error
Definition: Forwarder.cc:134
void error(char *format,...)
Forwarder(const Comm::ConnectionPointer &aConn, const ActionParams &aParams, HttpRequest *aRequest, StoreEntry *anEntry, const AccessLogEntryPointer &anAle)
Definition: Forwarder.cc:29
Definition: HttpRequest.h:49
virtual void swanSong()
closes our copy of the client HTTP connection socket
Definition: Forwarder.cc:62
Definition: CommCalls.h:181
virtual void handleException(const std::exception &e)
terminate with an error
Definition: Forwarder.cc:91
Definition: Store.h:42
Cache Manager Action parameters extracted from the user request.
Definition: ActionParams.h:24
CBDATA_NAMESPACED_CLASS_INIT(Ipc, Forwarder)
AsyncCall * asyncCall(int aDebugSection, int aDebugLevel, const char *aName, const Dialer &aDialer)
Definition: AsyncCall.h:154
Definition: CommCalls.h:133
Definition: errorpage.h:87
Definition: Forwarder.h:32
void comm_remove_close_handler(int fd, CLCB *handler, void *data)
Definition: comm.cc:950
Definition: IpcIoFile.h:24