On 10/31/06, Zed A. Shaw <[EMAIL PROTECTED]> wrote: > On Tue, 31 Oct 2006 13:41:26 -0800 > snacktime <[EMAIL PROTECTED]> wrote: > > > I'm taking a stab at creating a parser to parse the server response > > using the mongrel parser as a base. Never having used a parser like > > Ragel before in my life, I'd like some input on the following for > > parsing an http server response. This is part of my modified version > > of http11_parser.rl. In particular what would be better than using > > 'any' to match the status text? > > > > Already did that. It's in RFuzz: > > http://rfuzz.rubyforge.org/ > > Including chunked encoding.
Ah very cool, saves me some work, although I was having fun learning to use Ragel. _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
