From: Steven Lumos Date: 2006-02-02T09:46:43+09:00 Subject: Re: [ANN] Mongrel HTTP Library 0.2.0 (Fast And RubyForgified) Zed Shaw writes: > Hi Everyone, > > I'm happy to announce the 0.2.0 release of Mongrel -- the fastest > HTTP 1.1 library Ruby has yet. Any immediate idea about the following? % ruby simpletest.rb /local/ruby-1.8.4/lib/ruby/site_ruby/1.8/mongrel.rb:28:in `initialize': uninitialized constant Mongrel::URIClassifier::TrieNode (NameError) from /local/ruby-1.8.4/lib/ruby/site_ruby/1.8/mongrel.rb:61:in `initialize' from simpletest.rb:13 This is Ruby 1.8.4 compiled 64-bit on Solaris/SPARC. Installed the 0.2.0 gem and it built with just a single warning: "ext/http11/http11_parser.rl", line 49: warning: statement not reached Steve