about summary refs log tree commit homepage
path: root/lib/rainbows/rev.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-18 00:08:23 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-18 00:08:23 -0800
commit9ab648f027d25b90fb2e7011fcd92091f19e7b02 (patch)
treebf5c5d354687b2fd1c621be58a3d097e529ba5f3 /lib/rainbows/rev.rb
parentc71773184633402e2a47ea6c3bc6be639cddc744 (diff)
downloadrainbows-9ab648f027d25b90fb2e7011fcd92091f19e7b02.tar.gz
This is a bit trickier than the rest since we have to ensure
deferred (proxied) responses aren't nuked.
Diffstat (limited to 'lib/rainbows/rev.rb')
-rw-r--r--lib/rainbows/rev.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rainbows/rev.rb b/lib/rainbows/rev.rb
index 602545d..eed14f5 100644
--- a/lib/rainbows/rev.rb
+++ b/lib/rainbows/rev.rb
@@ -24,6 +24,10 @@ module Rainbows
   # temporary file before the application is entered.
 
   module Rev
+
+    # keep-alive timeout scoreboard
+    KATO = {}
+
     include Core
   end
 end