ons 2012-05-09 klockan 10:14 -0600 skrev Alex Rousskov:

> FWIW, the "duplicate peer addresses" problem does not exist in Squid 2.7
> which indirectly supports my assumption that this is a bug rather than a
> feature.

Squid-2 peerAddFwdServer skips duplicate peers.

    while (*FS) {
        if ((*FS)->peer == p && (*FS)->code != PINNED) {
            debug(44, 5) ("peerAddFwdServer: Skipping duplicate
registration of %s\n", p ? p->name : "DIRECT");
            return;
        }
        FS = &(*FS)->next;
    }

http://www.squid-cache.org/Versions/v2/2.7/changesets/12240.patch

Not sure why this have not been forward-ported. Seems our squid-2
changeset scripts have some issues to properly identify the patch status
in some cases.


Regards
Henrik

Reply via email to