about summary refs log tree commit homepage
path: root/lib/rainbows/rev.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-19 10:10:02 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-19 17:04:32 -0700
commit13f310d935c3388f776f47536383e636b665b7b7 (patch)
tree9fcee42af8e2497f3e7534129c7433133e6c67a0 /lib/rainbows/rev.rb
parentb3ae2d9c49798822933b0776897ee5f77514cad5 (diff)
downloadrainbows-13f310d935c3388f776f47536383e636b665b7b7.tar.gz
Some apps never serve static files nor proxy pipes/sockets,
so they'll never need to deal with deferred responses.
Diffstat (limited to 'lib/rainbows/rev.rb')
-rw-r--r--lib/rainbows/rev.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/rev.rb b/lib/rainbows/rev.rb
index 6ce073a..b670ad7 100644
--- a/lib/rainbows/rev.rb
+++ b/lib/rainbows/rev.rb
@@ -1,7 +1,6 @@
 # -*- encoding: binary -*-
 require 'rainbows/rev/core'
 require 'rainbows/rev/client'
-require 'rainbows/rev/deferred_response'
 
 module Rainbows
 
@@ -37,6 +36,7 @@ module Rainbows
       KATO.compare_by_identity
     end
 
+    autoload :DeferredResponse,'rainbows/rev/deferred_response'
     include Core
     # :startdoc:
   end