Commit Graph

5 Commits

Author SHA1 Message Date
Ryan Dahl
d931481302 fix bug, first scan works. 2009-11-20 15:59:29 +01:00
Ryan Dahl
b71a17ec85 better output for test_scan 2009-11-20 15:59:29 +01:00
Ryan Dahl
0b8a48049c Handling chunked messages 2009-11-20 15:59:29 +01:00
Ryan Dahl
c5a92f792f Now parsing some req headers 2009-11-20 15:59:29 +01:00
Ryan Dahl
433202d825 new version
Trashing the old Ragel parser (which was based on Mongrel) because it's
proving difficult to get the control I need in end-of-message cases.
Replacing this with a hand written parser using a couple tricks borrowed
from NGINX. The new parser will be much more work to write, but should prove
faster and allow for better hacking.
2009-11-20 15:56:22 +01:00