again in HttpHeaderTools.cc

    } else {
        /* It was denied, but we have a replacement. Replace the
         * header on the fly, and return that the new header
         * is allowed.
         */
        e->value = hm->replacement;
        retval = 1;
    }

    return retval;       //  dose retval flag set to 0 or normal value  
after it serve the new header so second acl will work properly ?????  if it
stay  retval = 1  next acl match on diferent req..serve same  content
}



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/user-agent-tp4673284p4673296.html
Sent from the Squid - Users mailing list archive at Nabble.com.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to