clientProcessRequest2 dup ipcacheInvalidate

From: Dan Andersson <daane@dont-contact.us>
Date: Tue, 26 Jun 2001 12:03:52 -0700 (PDT)

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 Jun 26 2001 - 14:16:30 MDT

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