about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-19 10:09:48 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-19 17:04:14 -0700
commit5ec57e5f5d7df07f563722a12d95845579e86e13 (patch)
treec2012a7a968d96786fb15d50185fc11468c92e1f /lib/rainbows/const.rb
parent399bbdb5c5e7cf9e716aacd9f0763813edf52423 (diff)
downloadrainbows-5ec57e5f5d7df07f563722a12d95845579e86e13.tar.gz
This will give each concurrency model more control over
particular code paths and serving static files.
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 992e138..184dd86 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -15,9 +15,6 @@ module Rainbows
       # "rainbows.autochunk" => false,
     })
 
-    CONN_CLOSE = "Connection: close\r\n"
-    CONN_ALIVE = "Connection: keep-alive\r\n"
-
     # client IO object that supports reading and writing directly
     # without filtering it through the HTTP chunk parser.
     # Maybe we can get this renamed to "rack.io" if it becomes part