HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
commit82d76cd654dfed2d1c4233f9a77c3a901c510133
authorEric Wong <normalperson@yhbt.net>
Sat, 14 Feb 2009 07:53:06 +0000 (13 23:53 -0800)
committerEric Wong <normalperson@yhbt.net>
Sat, 14 Feb 2009 08:32:23 +0000 (14 00:32 -0800)
tree9f1e9c9ec6cf3d743181d4951478d072d224f2c9
parent92f412c8ead79524da5b823028dda14864f7f8ae
HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash

This also fixes a subtle bug in header generation when the +$,+
($OFS) variable is defined to something other than nil or ""

I'm really wondering what kind of drugs I was on (or _not_ on)
when I modified some of this from the Mongrel source.
lib/unicorn/http_response.rb
test/unit/test_response.rb