From 45f0220ab13ec67150b3226a83437356f141eefd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 26 Dec 2010 07:21:34 +0000 Subject: http_response: remove TODO item An unconfigured Rainbows! (e.g. Rainbows! { use :Base }) already does keepalive and supports only a single client per-process. --- lib/unicorn/http_response.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/unicorn/http_response.rb b/lib/unicorn/http_response.rb index 5725e25..ccf7110 100644 --- a/lib/unicorn/http_response.rb +++ b/lib/unicorn/http_response.rb @@ -9,8 +9,6 @@ require 'time' # # Most header correctness (including Content-Length and Content-Type) # is the job of Rack, with the exception of the "Date" and "Status" header. -# -# TODO: allow keepalive module Unicorn::HttpResponse # Every standard HTTP code mapped to the appropriate message. -- cgit v1.2.3-24-ge0c7