request.notes()->replaceOrAdd(&helperNotes);
}
-
void
HttpRequest::manager(const CbcPointer<ConnStateData> &aMgr, const AccessLogEntryPointer &al)
{
indirect_client_addr = clientConnection->remote;
#endif /* FOLLOW_X_FORWARDED_FOR */
my_addr = clientConnection->local;
-
+
flags.intercepted = ((clientConnection->flags & COMM_INTERCEPTION) != 0);
flags.interceptTproxy = ((clientConnection->flags & COMM_TRANSPARENT) != 0 ) ;
const bool proxyProtocolPort = port ? port->flags.proxySurrogate : false;
flags.spoofClientIp = false;
}
}
+
// this entire function to remove them from the FTP code path. Connection
// setup and body_pipe preparation blobs are needed for FTP.
-
request->manager(conn, http->al);
request->flags.accelerated = http->flags.accel;