Webrick problems under Windows (and IE6 ?)

I also see this error, with Webrick running under Windows 2003 Server
[from the Ruby OneClick installer] and IE6? Accessing the server from an
XP workstation ...

···

-----Original Message-----
From: Yura Kloubakov [mailto:ykloubakov@ftxs.fujitsu.com]
Sent: Thursday, 12 May 2005 3:16 AM
To: ruby-talk ML
Subject: Re: Webrick problems under Windows (and IE6 ?)

Hello,

-----Original Message-----
From: George Moschovitis [mailto:george.moschovitis@gmail.com]
Sent: Friday, February 04, 2005 4:46 AM

Hello everyone,

I am experiencing some problems using Webrick under Windows.
I have a small web application (the no_xsl_blog example in
nitro) that runs correctly under Linux and seems to run correctly
under Windows when using Mozilla or Firefox.

However, when using IE6 I get sometimes the following error:

[2005-02-04 11:38:52] ERROR Errno::EINVAL: Invalid argument
        c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in `gets'
        c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in `__send__'
        c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in
`_read_data'
        c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:324:in `timeout'
        c:/ruby/lib/ruby/1.8/timeout.rb:55:in `timeout'
        c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:324:in
`_read_data'
        c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:335:in `read_line'
        c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:225:in
`read_request_line'
        c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:86:in `parse'
        c:/ruby/lib/ruby/1.8/webrick/httpserver.rb:56:in `run'
        c:/ruby/lib/ruby/1.8/webrick/server.rb:155:in `start_thread'
        c:/ruby/lib/ruby/1.8/webrick/server.rb:144:in `start'
        c:/ruby/lib/ruby/1.8/webrick/server.rb:144:in `start_thread'
        c:/ruby/lib/ruby/1.8/webrick/server.rb:94:in `start'
        c:/ruby/lib/ruby/1.8/webrick/server.rb:89:in `each'
        c:/ruby/lib/ruby/1.8/webrick/server.rb:89:in `start'
        c:/ruby/lib/ruby/1.8/webrick/server.rb:79:in `start'
        c:/ruby/lib/ruby/1.8/webrick/server.rb:79:in `start'
        ./conf/../../../lib/nitro/adaptors/webrick.rb:66:in `start'
        ./../../lib/nitro/adaptors/runner.rb:109:in `run'
        ./../../lib/nitro/adaptors/runner.rb:121

c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in
`requir
e__'

c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in
`requir
e'
        ctl:4

I am using Ruby 1.8.2, Webrick, Windows XP SP2, IE6. Any idea what may

be causing this problem?

Thanks is advance for any help!
George

I am running Webrick application under Windows XP and see the same error
when connecting from IE running under Windows CE handheld computer.
There is no error when connecting from IE or Firefox running under
Windows 2000/XP or Linux. Did anybody find a solution to this problem?

It looks like application continues to run correctly but I have a
feeling that this exception slows it down.

Thanks,
Yura.