about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
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