On Sat, 2008-03-15 at 11:20 +0900, Adrian Chadd wrote:
> On Fri, Mar 14, 2008, Alex Rousskov wrote:
>
> > I am not sure at all, but based on a very quick look at the code, it
> > feels like the messages you are getting may not indicate any problems.
> > The attached patch disables these messages at debugging level 1.
> >
> > If you receive a more knowledgeable answer, please disregard this
> > comment and the patch.
>
> I think it actually is a bug in the Vary handling in Squid-3.
> The condition:
>
> if (!has_vary || !entry->mem_obj->vary_headers) {
> if (vary) {
> /* Oops... something odd is going on here.. */
>
> .. needs to be looked at.
But it is not the condition getting hit according to Aurimas' log, is
it?
Alex.