http: SERVER_PROTOCOL matches HTTP_VERSION
commitbd0599c4ac91d95cae1f34df3ae99c92f3225391
authorEric Wong <normalperson@yhbt.net>
Thu, 3 Sep 2009 06:49:05 +0000 (2 23:49 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 3 Sep 2009 06:49:05 +0000 (2 23:49 -0700)
tree869c29ea8bc00ada5b38813af1f32607b6bfd967
parente75de4b28b19e9ac79083bba4b55bcb4c93b207d
http: SERVER_PROTOCOL matches HTTP_VERSION

And it'll default to HTTP/0.9 if HTTP_VERSION is not specified
(as version-less HTTP requests imply HTTP/0.9.
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