|
Squid Web Cache master
|
#include <client_side_reply.h>
Public Member Functions | |
| Flags () | |
Public Attributes | |
| unsigned | storelogiccomplete:1 |
| unsigned | complete:1 |
| we have read all we can from upstream | |
| bool | headersSent |
Definition at line 79 of file client_side_reply.h.
|
inline |
Definition at line 80 of file client_side_reply.h.
| unsigned clientReplyContext::Flags::complete |
Definition at line 83 of file client_side_reply.h.
Referenced by clientReplyContext::checkTransferDone(), clientReplyContext::processReplyAccessResult(), clientReplyContext::pushStreamData(), clientReplyContext::replyStatus(), and clientReplyContext::sendStreamError().
| bool clientReplyContext::Flags::headersSent |
Definition at line 84 of file client_side_reply.h.
Referenced by clientReplyContext::processReplyAccessResult(), and clientReplyContext::sendMoreData().
| unsigned clientReplyContext::Flags::storelogiccomplete |
Definition at line 82 of file client_side_reply.h.
Referenced by clientGetMoreData(), clientReplyContext::createStoreEntry(), clientReplyContext::sendMoreData(), and clientReplyContext::setReplyToStoreEntry().