about summary refs log tree commit homepage
path: root/lib/rainbows/response.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-27 02:30:58 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-27 02:30:58 +0000
commit6ae020c9ac483d822902b5d33f038f79b44d3a50 (patch)
tree98b1ef14929bb868cb3cf32867c4e0962ee91432 /lib/rainbows/response.rb
parente7d295fd8e3628eba7a1ba52e95b7dee11532e98 (diff)
downloadrainbows-6ae020c9ac483d822902b5d33f038f79b44d3a50.tar.gz
Use a consistent "Client" naming to reduce confusion
Diffstat (limited to 'lib/rainbows/response.rb')
-rw-r--r--lib/rainbows/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/response.rb b/lib/rainbows/response.rb
index ac09d6c..8be4177 100644
--- a/lib/rainbows/response.rb
+++ b/lib/rainbows/response.rb
@@ -38,7 +38,7 @@ module Rainbows::Response
     range_class = body_class = klass
     case Rainbows::Const::RACK_DEFAULTS['rainbows.model']
     when :WriterThreadSpawn
-      body_class = Rainbows::WriterThreadSpawn::MySocket
+      body_class = Rainbows::WriterThreadSpawn::Client
       range_class = Rainbows::HttpServer
     when :EventMachine, :NeverBlock
       range_class = nil # :<