--------------------- PatchSet 5177 Date: 2007/08/07 08:45:39 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Note about dnsserver protocol bug found. IPv4-only structure in use. Members: NOTES-IPv6:1.1.2.50->1.1.2.51 Index: squid3/NOTES-IPv6 =================================================================== RCS file: /cvsroot/squid-sf//squid3/Attic/NOTES-IPv6,v retrieving revision 1.1.2.50 retrieving revision 1.1.2.51 diff -u -r1.1.2.50 -r1.1.2.51 --- squid3/NOTES-IPv6 4 Aug 2007 06:03:25 -0000 1.1.2.50 +++ squid3/NOTES-IPv6 7 Aug 2007 08:45:39 -0000 1.1.2.51 @@ -1,4 +1,4 @@ -$Id: NOTES-IPv6,v 1.1.2.50 2007/08/04 06:03:25 amosjeffries Exp $ +$Id: NOTES-IPv6,v 1.1.2.51 2007/08/07 08:45:39 amosjeffries Exp $ NP: Any problems with this version of squid please contact squid3@treenet.co.nz for assistance. @@ -22,6 +22,11 @@ CURRENTLY KNOWN ISSUES: +PROBLEM: external helper dnsserver "-s" option requires IPv4-only structures at present. +SOLUTION: I'm working on using new bind9 resolver structures _res_ext in place of older _res. +WORKAROUND: do not use --disable-internal-dns configure option. + + PROBLEM: Testers report that "using WebDAV against my Squid-accelerated Apache gives all sorts of odd timeouts" but tester unable to spend time tracing the cause. NP: Need someone with a WebDAV setup and time to assist with test/debug cycle.