9#ifndef SQUID_SRC_HTTP_STATEFLAGS_H
10#define SQUID_SRC_HTTP_STATEFLAGS_H
bool sentLastChunk
do not try to write last-chunk again
bool peering
Whether the next TCP hop is a cache_peer, including originserver.
bool chunked_request
writing a chunked request
bool serverSwitchedProtocols
bool keepalive
whether the Squid-sent request offers to keep the connection persistent
bool toOriginPeer() const
Whether the next TCP/HTTP hop is an originserver cache_peer.
bool chunked
reading a chunked response; TODO: rename
bool handling1xx
Whether we are processing an HTTP 1xx control message.
unsigned int front_end_https
send "Front-End-Https: On" header (off/on/auto=2)