http_server: remove a few more accessors and constants
commitce18d9aa898c6634d975a867ead3dc80f808739a
authorEric Wong <e@80x24.org>
Thu, 4 Jun 2015 00:58:57 +0000 (4 00:58 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Jun 2015 00:58:57 +0000 (4 00:58 +0000)
treefa34cb1489c40ac0ea5177068c0a7e637fd1a84f
parent07b38bea048bddc9ceed3e2a4ceaff357fdd74c0
http_server: remove a few more accessors and constants

Unnecessarily exposed accessors and constants take up unnecessary
memory in constant/method tables as well as using extra space in
instruction sequences.

Preforking servers like unicorn are a bloated pigs anyways,
but saving a few hundred bytes here and there can add up and
make them marginally less bad.
lib/unicorn/http_server.rb
test/test_helper.rb