Index: [Article Count Order] [Thread]

Date:  14 Feb 2002 22:46:56 -0600
From:  Dave Thomas <Dave@PragmaticProgrammer.com>
Subject:  [webricken:15] Help with a 408 error
Sender:  dave@thomases.com
To:  webricken@notwork.org
Message-Id:  <m2wuxfz70f.fsf@zip.local.thomases.com>
X-Mail-Count: 00015


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?


Thanks


Dave