Content-Type and Content-Length headers are special (so says rack)
commitc124a82348ab9278d4e48408033fc88fcbe3209e
authorryah <ry@lakshmi.local>
Tue, 25 Mar 2008 15:13:29 +0000 (25 16:13 +0100)
committerryah <ry@lakshmi.local>
Tue, 25 Mar 2008 15:13:29 +0000 (25 16:13 +0100)
tree6fc519534297485e636d25acee1ef3241a1b0859
parentd5014ad2da264096a076bbe5f6898095eff38749
Content-Type and Content-Length headers are special (so says rack)

"The environment must not contain the keys HTTP_CONTENT_TYPE or HTTP_CONTENT_LENGTH (use the versions without HTTP_). The CGI keys (named without a period) must have String values."
src/ebb_ruby.c
src/parser.h
src/parser.rl
test/parser_test.c