simplify per-client keepalive state checks
commit72a315441937f9e0531112f2b7080da39ca6064d
authorEric Wong <normalperson@yhbt.net>
Thu, 30 Dec 2010 08:32:24 +0000 (30 08:32 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 5 Jan 2011 00:21:17 +0000 (4 16:21 -0800)
treefe310ac81f73605f2e278d8680aaf9eb4e755a71
parent1f28534fce2b30bf3099ea0d014b62ac4a3205f0
simplify per-client keepalive state checks

This lets us simplify repetitive checks worry less about
properly maintaining/closing client connections for each
concurrency model we support.
lib/rainbows.rb
lib/rainbows/coolio/client.rb
lib/rainbows/coolio/thread_client.rb
lib/rainbows/ev_core.rb
lib/rainbows/event_machine/client.rb
lib/rainbows/http_parser.rb [new file with mode: 0644]
lib/rainbows/process_client.rb
lib/rainbows/response.rb
lib/rainbows/revactor.rb