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