remove unused MAX_HEADER constant
commitaf637c8c64636a97c468e9126dfdc4575d1826aa
authorEric Wong <normalperson@yhbt.net>
Wed, 20 Jan 2010 01:58:01 +0000 (19 17:58 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 20 Jan 2010 02:31:35 +0000 (19 18:31 -0800)
treedf70d839faa22e585a112b8efed85bee86565c41
parent00ff46894fa71278b11ef689f463d5c88752bda2
remove unused MAX_HEADER constant

This constant hasn't been in active use in our Ruby code for
ages now.  All HTTP header constraints are defined in the
C/Ragel HTTP parser and we have tests for them, so there's
no need to repeat ourselves.
lib/unicorn/const.rb