From: Aaron Patterson Date: 2011-12-10T09:46:22+09:00 Subject: [ruby-core:41581] [ruby-trunk - Bug #5737][Open] WEBrick doesn't support keep alive connections for 204 and 304 responses Issue #5737 has been reported by Aaron Patterson. ---------------------------------------- Bug #5737: WEBrick doesn't support keep alive connections for 204 and 304 responses http://redmine.ruby-lang.org/issues/5737 Author: Aaron Patterson Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 2.0.0dev (2011-12-07 trunk 33966) [x86_64-darwin11.2.0] WEBrick doesn't support keep alive connections for 204 and 304 responses. If a 204 or 304 response is made along with a keepalive, a warning is issued and webrick closes the connection. I've attached a patch that fixes the problem, and I will apply it if it's OK. :-) -- http://redmine.ruby-lang.org