A partial backtrace: [2003-12-04 10:35:18] ERROR Errno::EINPROGRESS: Operation now in progress /usr/lib/ruby/1.8/webrick/httpresponse.rb:301:in `write' /usr/lib/ruby/1.8/webrick/httpresponse.rb:301:in `<<' /usr/lib/ruby/1.8/webrick/httpresponse.rb:301:in `_write_data' /usr/lib/ruby/1.8/webrick/httpresponse.rb:273:in `send_body_string' /usr/lib/ruby/1.8/webrick/httpresponse.rb:167:in `send_body' My question is, should this simply be caught by WEBrick::HTTPResponse#send_response (like Errno::EPIPE, Errno::ECONNRESET, Errno::ENOTCONN), or is it indicative of a more serious problem that needs to be resolved? I don't have a good enough understanding of the cause of EINPROGRESS to know the answer. Nathaniel <:((><