fixed nasty content-length bug.
commit0a8a18b02139cfad50d1d7c89b1b1f49ab687fbd
authorRyan Dahl <ry@lakshmi.local>
Tue, 18 Mar 2008 00:43:00 +0000 (18 01:43 +0100)
committerRyan Dahl <ry@lakshmi.local>
Tue, 18 Mar 2008 00:43:00 +0000 (18 01:43 +0100)
tree20961b595e9cc5a1a3049456322aaa3fec961459
parent4c5b7621e02ee3c1a83db849ccf039d75b7da50e
fixed nasty content-length bug.

apparently rails needs "CONTENT_LENGTH" key in the environ instead of "HTTP_CONTENT_LENGTH"?  the ragel parser is currently hitting content-length headers twice - this is a know bug and mearly an annoyance. I plan on working more with the parser soon so I'll leave the bug in for the 0.1.0 release.
README
ruby_lib/ebb/runner.rb
src/ebb_ruby.c