http_parser: add max_header_len accessor
commit77a951c5da518dda471282635c98f3b572ca15db
authorEric Wong <normalperson@yhbt.net>
Thu, 5 May 2011 23:42:26 +0000 (5 16:42 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 5 May 2011 23:42:26 +0000 (5 16:42 -0700)
tree7e87f472c615c6e5522d5a5efc79fe4c5cb7bd18
parent733cb68e444a6f324bb1ffda3839da98ef010c74
http_parser: add max_header_len accessor

Rainbows! wants to be able to lower this eventually...
ext/unicorn_http/ext_help.h
ext/unicorn_http/extconf.rb
ext/unicorn_http/global_variables.h
ext/unicorn_http/unicorn_http.rl
lib/unicorn/const.rb
lib/unicorn/http_server.rb
t/t0019-max_header_len.sh [new file with mode: 0644]