From 5ec57e5f5d7df07f563722a12d95845579e86e13 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 19 Jul 2010 10:09:48 +0000 Subject: refactor response handling for each concurrency model This will give each concurrency model more control over particular code paths and serving static files. --- lib/rainbows/const.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/rainbows/const.rb') 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 -- cgit v1.2.3-24-ge0c7