Re: clientProcessRequest2 dup ipcacheInvalidate

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 23 Oct 2001 13:05:22 +0200

Thanks. Fixed in the upcoming Squid-2.5 release.

Regards
Henrik Nordström
Squid Hacker

Dan Andersson wrote:
>
> Hi,
>
> It seems that there are duplicate entries of:
>
> if (r->flags.nocache)
> ipcacheInvalidate(r->host);
> and...
> if (r->flags.nocache) {
> http->entry=NULL;
> ipcacheInvalidate(r->host);
> return LOG_TCP_CLIENT_REFRESH_MISS;
> }
>
> in function clientProcessRequest2(...). Any special reason?
>
> Regards
> / Dan
>
> --
> Dan Andersson <daane@csl.sri.com> http://www.sdl.sri.com/
> System Design Lab, SRI International, 333 Ravenswood Ave, Menlo Park,
> CA 94025, USA. Phone +1 650 859-3931, Fax +1 650 859-2844.
Received on Tue Oct 23 2001 - 06:16:42 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:34 MST