Amos Jeffries <[EMAIL PROTECTED]> wrote: > Fix memory leak in Linux builds.
This one seems to break outgoing IPv4 connects (on a dualstacked Squid) bzr trunk revision 8902 fails with | While trying to retrieve the URL: http://www.heise.de/ | | The following error was encountered: | | * Write Error | | The system returned: | | (32) Broken pipe | | An error condition occurred while writing to the network. Please | retry your request. to all IPv4 hosts. IPv6 hosts work fine. Reverting this changeset with $ bzr merge . --revision 8901..8900 fixes the issue. /configure --prefix=/opt/squid3-ipv6 --enable-ipv6 --disable-carp --disable-wccp --disable-wccpv2 --enable-epoll --disable-ident-lookups --with-localhost-ipv6 --enable-async-io --enable-storeio=aufs on Linux Debian unstable. Bernhard