This field can be classified as a 'value which cannot be reused across
(co-existing) Connection objects' (since it contains sensitive user
information which should not be leaked to other transactions).
c.nfConnmark = nfConnmark;
// COMM_ORPHANED is not a part of connection opening instructions
c.flags = flags & ~COMM_ORPHANED;
- if (*rfc931) // optimization
- memcpy(c.rfc931, rfc931, sizeof(rfc931));
+ // rfc931 is excused
#if USE_SQUID_EUI
// These are currently only set when accepting connections and never used