Index: [Article Count Order] [Thread]

Date:  16 Feb 2002 07:58:49 -0600
From:  Dave Thomas <Dave@PragmaticProgrammer.com>
Subject:  [webricken:22] Re: Keep-alive
Sender:  dave@thomases.com
To:  webricken@notwork.org
Message-Id:  <m2eljlttnq.fsf@zip.local.thomases.com>
In-Reply-To:  GOTO Kentaro's message of "Sat, 16 Feb 2002 17:12:33 +0900 (JST)"
References:  <m2wuxfz70f.fsf@zip.local.thomases.com> <20020215.155351.77048701.gotoken@notwork.org> <m2wuxet4di.fsf@zip.local.thomases.com> <20020216.171233.26976823.gotoken@notwork.org>
X-Mail-Count: 00022

GOTO Kentaro <gotoken@notwork.org> writes:

> In message "[webricken:19] Re: Help with a 408 error"
>     on 15 Feb 2002 22:52:41 -0600,
>     Dave Thomas <Dave@PragmaticProgrammer.com> writes:
> 
> > More information... if I disable keep_alive? in HttpResponse, it all
> > works perfectly. I'm not sure where to look next.
> 
> It isn't possible to disable keep_alive.

I changed the source. :)

> Yuuzou, what do you think about config[:KeepAlive]?  It may halp
> debug.


Can you think of a reason why disabling keep_alive would fix it? Is
there maybe a problem with native Ruby's tcp stack not flushing
output?


Dave