From: Daniel Berger Date: 2006-02-02T06:47:41+09:00 Subject: Re: Mongrel HTTP Library 0.2.0 (Fast And RubyForgified) Zed Shaw wrote: > Hi Everyone, > > I'm happy to announce the 0.2.0 release of Mongrel -- the fastest > HTTP 1.1 library Ruby has yet. > > http://mongrel.rubyforge.org/ -- ruby docs lame page. > http://rubyforge.org/projects/mongrel/ -- project page. > > Special thanks to Tom Copland for setting up my RubyForge goodness, > and to Why for kicking in time to get the Camping examples up to snuff. Nitpick: http11.c: In function `URIClassifier_init': http11.c:286: warning: control reaches end of non-void function I'm not sure what that function is supposed to do, actually. The rdoc say it creates a new URIClassifier object, but the function just stores an empty hash in @id_handler_map. And, at the risk of sounding like an old fuddy duddy, please change the "sucks ass" stuff to something a little less juvenile please. Thanks, Dan