#include "acl/FilledChecklist.h"
#include "acl/RegexData.h"
#include "acl/UserData.h"
-#include "http/StreamContext.h"
#include "client_side.h"
+#include "http/StreamContext.h"
ACLExtUser::~ACLExtUser()
{
case STREAM_COMPLETE: {
debugs(33, 5, clientConnection << " Stream complete, keepalive is " <<
- http->request->flags.proxyKeepalive);
+ http->request->flags.proxyKeepalive);
ConnStateData *c = getConn();
if (!http->request->flags.proxyKeepalive)
clientConnection->close();
} // namespace Http
#endif /* SQUID_SRC_HTTP_STREAMCONTEXT_H */
+
void httpRequestFree(void *) STUB
void clientPackRangeHdr(const HttpReply *, const HttpHdrRangeSpec *, String, MemBuf *) STUB
void clientPackTermBound(String, MemBuf *) STUB
+