about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-03 16:14:57 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-03 16:17:16 -0700
commit5b14ec54da4b3dcd52c8755b6a036e5e94a565d1 (patch)
treeea90c4450dee5442fbcb9a804513211b2f035af0 /lib/rainbows.rb
parenta86d3be33ef2b433370df66d2ba026ab03b305b7 (diff)
downloadrainbows-5b14ec54da4b3dcd52c8755b6a036e5e94a565d1.tar.gz
They're similar enough (especially as far as the constants go)
and allows a :Base to be used which basically acts like plain
Unicorn but with HTTP keepalive + pipelining support
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index f79c1e8..611c0ec 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -11,9 +11,9 @@ module Rainbows
   require 'rainbows/const'
   require 'rainbows/http_server'
   require 'rainbows/http_response'
+  require 'rainbows/base'
 
   autoload :Revactor, 'rainbows/revactor'
-  autoload :ThreadBase, 'rainbows/thread_base'
   autoload :ThreadPool, 'rainbows/thread_pool'
 
   class << self