Re: [squid-users] Oracle WebListener HTTP daemon vs. squid 2.4.S7

From: Rude Yak <rudeyak@dont-contact.us>
Date: Thu, 5 Sep 2002 04:32:24 -0700 (PDT)

  I thought it odd as well, since I'm not having the problem with any other
site. Here's what seems to be unique about this site: among the reply headers
it sends out when handling a "Connection: Keep-Alive" request, it returns:

> > Connection: Keep-Alive^M
> > Keep-alive: timeout=10, max=999^M

Even though the server -says- it's providing 1.0 Keep-Alive compatibility and
even goes so far as to provide a timeout value, the server then tears down the
connection immediately. Upon doing some manual testing yesterday, I found that
most servers that do choose to honor keep-alive actually keep the connection
alive for the advertised period; this particular server, for some reason, tears
down the connection right away despite advertising a 10-second keep-alive. I
have my suspicions that this behavior is conflicting with iPlanet's
expectations of the response behavior, and also that squid (running without an
iPlanet parent) either compensates for this or somehow handles it more gently,
which is why others on the mailing list were unable to reproduce the problem.

--- Henrik_Nordström <hno@marasystems.com> wrote:
>
> Yes, this defenitely is a bug in iPlanet and if you have a support
> agreement you should ask them to fix it. But it is odd that you only see
> it on this site. From what you have described it sounds like the error
> should be seen on quite many sites..
>
> Meanwhile you can most likely work around the bug by reconfiguring Squid
> not to request persistent connections
>
> server_persitent_connections off
>
> at the expense of a little efficiency (more TCP overhead for fetching
> content == slightly slower response times and more packets)
>
> Regards
> Henrik
>
>
> On Wed, 4 Sep 2002, Rude Yak wrote:
>
> >
> > Bingo! When I send "Proxy-Connection: Keep-Alive" manually I get the
> > response header but no body. What's weird is that it seems to be doing
> > this ONLY for the state.tx.us URL; I can run the same type of test for
> > http://www.yahoo.com and get the page body back. Would it be fair to
> > say that I should take this up with iPlanet?
>

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Received on Thu Sep 05 2002 - 05:32:25 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:06 MST