http: dechunk! method to enter dechunk mode
commitc297fde2000dcc8bdf7cb9f912fb2ea07be1c282
authorEric Wong <normalperson@yhbt.net>
Mon, 13 Jun 2011 23:42:54 +0000 (13 23:42 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 13 Jun 2011 23:42:54 +0000 (13 23:42 +0000)
treebc85e7c18aa4620b38ad0083e3ebc0eb32ff481d
parent131c241840990753f7b75344092058ef7434ea8b
http: dechunk! method to enter dechunk mode

This allows one to enter the dechunker without parsing
HTTP headers beforehand.  Since we skipped header parsing,
trailer parsing is not supported since we don't know
what trailers might be (to our knowledge, nobody uses trailers
anyways)
ext/unicorn_http/unicorn_http.rl
test/unit/test_http_parser_ng.rb