http_response: do not account for $, being set
commit6183611108c571dbed29dfe2854b9f06757fd27f
authorEric Wong <normalperson@yhbt.net>
Thu, 30 Dec 2010 02:32:41 +0000 (30 02:32 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 30 Dec 2010 02:32:41 +0000 (30 02:32 +0000)
treea3f03284546e6019133989ae02d9bf557c18218b
parent3a2634f3f68f6b8ea1aa7b2bb5944884bbfa8017
http_response: do not account for $, being set

It's a minor garbage reduction, but nobody uses "$,", and
if they did, they'd break things in the Ruby standard library
as well as Rack, so let anybody who uses "$," shoot themselves
in the foot.
lib/unicorn/http_response.rb
test/unit/test_response.rb