enable HTTP keepalive support for all methods
commit7987e1a4001491f8a494f3926037f8cbee713263
authorEric Wong <normalperson@yhbt.net>
Fri, 3 Sep 2010 01:48:24 +0000 (3 01:48 +0000)
committerEric Wong <normalperson@yhbt.net>
Sat, 6 Nov 2010 01:58:43 +0000 (6 09:58 +0800)
treeb51ea115e8f6866142a5b870a9862885323c9b36
parentb45bf946545496cf8d69037113533d7a58ce7e20
enable HTTP keepalive support for all methods

Yes, this means even POST/PUT bodies may be kept alive,
but only if the body (and trailers) are fully-consumed.
ext/unicorn_http/global_variables.h
ext/unicorn_http/unicorn_http.rl
test/unit/test_http_parser.rb
test/unit/test_http_parser_ng.rb