about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 07:21:34 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 07:21:34 +0000
commit45f0220ab13ec67150b3226a83437356f141eefd (patch)
treeb3cd7718fe5f85fbaf52934ca5bcde12f97d77f9
parent87b1cf4eef3d717d345d730f28ddaad319f2fb2f (diff)
downloadunicorn-45f0220ab13ec67150b3226a83437356f141eefd.tar.gz
An unconfigured Rainbows! (e.g. Rainbows! { use :Base }) already
does keepalive and supports only a single client per-process.
-rw-r--r--lib/unicorn/http_response.rb2
1 files changed, 0 insertions, 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.