about summary refs log tree commit homepage
path: root/lib/rainbows/response.rb
diff options
context:
space:
mode:
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 36ecbe2..3e196d1 100644
--- a/lib/rainbows/response.rb
+++ b/lib/rainbows/response.rb
@@ -39,7 +39,7 @@ module Rainbows::Response
     when :WriterThreadSpawn
       body_class = Rainbows::WriterThreadSpawn::MySocket
       range_class = Rainbows::HttpServer
-    when :EventMachine, :NeverBlock, :Revactor
+    when :EventMachine, :NeverBlock
       range_class = nil # :<
     end
     return if body_class.included_modules.include?(Body)