Re:Re: Puzzled at clientProcessRequest2 in squid-2.5.PRE6. :-(

From: <maer727@dont-contact.us>
Date: Fri, 19 Apr 2002 16:48:55 +0800 (CST)

Thanks, Henrik pal!

I find it exciting to find the answer myself under your directions. :-)
And I enjoy it. Now I think I am wholly understand the function
clientProcessRequest2 under your help. :-)

Best regards,
George, Ma

----- Original Message -----
From: Henrik Nordstrom
To: maer727@sohu.com
Cc: squid-dev@squid-cache.org
Subject: Re: Puzzled at clientProcessRequest2 in squid-2.5.PRE6. :-(
Sent: Fri Apr 19 15:36:27 CST 2002

> See clientProcessMiss.
>
> Regards
> Henrik
>
>
>
> maer727@sohu.com wrote:
> >
> > Thanks, Henrik pal!
> >
> > I still have a question, as you said,
> > http redirect is neither a hit or a miss.
> > But Squid take it for granted that it is cache miss
> > which is not really cache-miss.
> >
> > if (http->redirect.status) {
> > /* force this to be a miss */
> > http->entry = NULL;
> > return LOG_TCP_MISS;
> >
> > Am I correct?
> >
> > Best regards,
> > George, Ma
> >
> > ----- Original Message -----
> > From: Henrik Nordstrom
> > To: maer727@sohu.com
> > Cc: squid-dev@squid-cache.org
> > Subject: Re: Puzzled at clientProcessRequest2 in squid-2.5.PRE6. :-(
> > Sent: Thu Apr 18 23:27:08 CST 2002
> >
> > > maer727@sohu.com wrote:
> > >
> > > > IMHO, I think when http->redirect.status is not null, it indicates
> > > > a http redirect. Am I correct? But a http redirect is always cache
> > > > miss?
> > >
> > > It is neither a hit or a miss.. It is a special reply created by Squid.
> > >
> > > Regards
> > > Henrik
Received on Fri Apr 19 2002 - 02:49:30 MDT

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