> > Does that sound plausible? What I've found is that not only doesn't > > ident not work on an intercepted connection, the connection just > > hangs forever (or at least for the 10 minutes that I waited) if any > > acl's are encountered that would require an ident lookup. > > The hang is a separate bug which has now been resolved: > http://bugs.squid-cache.org/show_bug.cgi?id=4080 > Btw, why the double \0 in result in that patch? (declared as "\0") I can't see that it's necessary for it to have the additional \0, or indeed why it can't just be NULL as identCallback will just replace the string pointer with NULL anyway. James