about summary refs log tree commit homepage
path: root/lib/rainbows/fiber
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/fiber')
-rw-r--r--lib/rainbows/fiber/body.rb2
-rw-r--r--lib/rainbows/fiber/rev.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/fiber/body.rb b/lib/rainbows/fiber/body.rb
index b77e310..3de45ee 100644
--- a/lib/rainbows/fiber/body.rb
+++ b/lib/rainbows/fiber/body.rb
@@ -1,7 +1,7 @@
 # -*- encoding: binary -*-
 # non-portable body handling for Fiber-based concurrency goes here
 # this module is required and included in worker processes only
-# this is meant to be included _after_ Rainbows::HttpResponse::Body
+# this is meant to be included _after_ Rainbows::Response::Body
 module Rainbows::Fiber::Body # :nodoc:
 
   # TODO non-blocking splice(2) under Linux
diff --git a/lib/rainbows/fiber/rev.rb b/lib/rainbows/fiber/rev.rb
index 2e8f076..a1ffe33 100644
--- a/lib/rainbows/fiber/rev.rb
+++ b/lib/rainbows/fiber/rev.rb
@@ -52,7 +52,7 @@ module Rainbows::Fiber
       include Unicorn
       include Rainbows
       include Rainbows::Const
-      include Rainbows::HttpResponse
+      include Rainbows::Response
       FIO = Rainbows::Fiber::IO
 
       def to_io