From: Aaron Patterson Date: 2011-12-13T07:21:49+09:00 Subject: [ruby-core:41617] [ruby-trunk - Bug #5737][Closed] WEBrick doesn't support keep alive connections for 204 and 304 responses Issue #5737 has been updated by Aaron Patterson. Status changed from Open to Closed % Done changed from 0 to 100 Applied this in r34023 ---------------------------------------- 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: Closed 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