about summary refs log tree commit homepage
path: root/lib/rainbows/event_machine.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/event_machine.rb')
-rw-r--r--lib/rainbows/event_machine.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/event_machine.rb b/lib/rainbows/event_machine.rb
index 0ad604e..0404493 100644
--- a/lib/rainbows/event_machine.rb
+++ b/lib/rainbows/event_machine.rb
@@ -50,7 +50,7 @@ module Rainbows
 
     class Client < EM::Connection
       include Rainbows::EvCore
-      include Rainbows::HttpResponse
+      include Rainbows::Response
       G = Rainbows::G
 
       def initialize(io)
@@ -227,7 +227,7 @@ module Rainbows
     end
 
     def init_worker_process(worker)
-      Rainbows::HttpResponse.setup(Rainbows::EventMachine::Client)
+      Rainbows::Response.setup(Rainbows::EventMachine::Client)
       super
     end