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. -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/ http://safari.oreilly.com/0321483502 -- The Mongrel Book http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
