http_response: remove Status: header
commitf203eaae7ea84de9e974ea5dac2df97d664d8e61
authorEric Wong <e@80x24.org>
Sun, 17 Aug 2014 02:33:55 +0000 (17 02:33 +0000)
committerEric Wong <e@80x24.org>
Sun, 17 Aug 2014 19:26:17 +0000 (17 19:26 +0000)
tree5587b0f114fb2afed16f098e448bfc35a232b253
parent4e7ed9550bc5c1ee487c530fb4369cb1dddf474a
http_response: remove Status: header

Whatever compatibility reasons which existed in 2009 likely do not exist
now.  Other servers (e.g. thin, puma) seem to work alright without it,
so there's no reason to waste precious bytes.
lib/unicorn/http_response.rb
test/unit/test_response.rb