http_response: do not skip Status header set by app
commitec400a537a0947796e108f3593721289661b49dc
authorEric Wong <normalperson@yhbt.net>
Fri, 7 Jan 2011 18:14:46 +0000 (7 10:14 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 7 Jan 2011 18:19:20 +0000 (7 10:19 -0800)
tree9a601224a343264ac4a6a6da80b27fa0597b9c1e
parent5ebd22a9d28fc96c69c09b695d99c1f173ce5a67
http_response: do not skip Status header set by app

Rack::Lint already stops apps from using it.  If a developer
insists on it, then users who inspect their HTTP headers can
point and laugh at them for not using Rack::Lint!
lib/unicorn/http_response.rb
test/unit/test_response.rb