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