Index: [Article Count Order] [Thread]

Date:  Fri, 15 Feb 2002 15:53:51 +0900 (JST)
From:  GOTO Kentaro <gotoken@notwork.org>
Subject:  [webricken:16] Re: Help with a 408 error
To:  webricken@notwork.org
Message-Id:  <20020215.155351.77048701.gotoken@notwork.org>
In-Reply-To:  <m2wuxfz70f.fsf@zip.local.thomases.com>
References:  <m2wuxfz70f.fsf@zip.local.thomases.com>
X-Mail-Count: 00016

In message "[webricken:15] Help with a 408 error"
    on 14 Feb 2002 22:46:56 -0600,
    Dave Thomas <Dave@PragmaticProgrammer.com> writes:

> Webrick 1.1.4
> Ruby    1.7.2  [i586-mswin32]
> erb     1.3.3
> 
> I have a simple rhtml script that puts up a form, gets a response, and
> then displays a result form.
> 
> Under IE6, the initial form is dislayed correctly. I send back the
> form data, and the rhtml page displays the result page. However, IE
> displays nothing, and the little globe keeps spinning. After 30
> seconds, Webrick reports a 408 error, and then the page is displayed.
> From then on, I always get the 408 error: I have to restart Webrick to
> get it to reset.
> 
> I thought this might be a content-length bug, but the header agrees
> with the length of data being sent. Does anyone have any ideas?

That doesn't be reproduced on my Window ME box with 
sample/httpd/htdocs/test.rhtml.  Could you show the rhtml or any example?

-- Gotoken