<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,10 +5,7 @@ module Rack
   module Handler
     class Mongrel &lt; ::Mongrel::HttpHandler
       def self.run(app, options={})
-        server = ::Mongrel::HttpServer.new(options[:Host] || '0.0.0.0',
-                                           options[:Port] || 8080,
-                                           app)
-        server.start!
+        ::Mongrel.run(app, options)
       end
     end
   end</diff>
      <filename>lib/rack/handler/mongrel.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>febcfb860a84f4cf0e2709cb686c766d8be941cf</id>
    </parent>
  </parents>
  <author>
    <name>Ian Ownbey</name>
    <email>ian@inspir.es</email>
  </author>
  <url>http://github.com/iownbey/rack/commit/59bf11fee68e3c3eba97dec5db1fb98e76c58698</url>
  <id>59bf11fee68e3c3eba97dec5db1fb98e76c58698</id>
  <committed-date>2009-01-31T19:19:49-08:00</committed-date>
  <authored-date>2009-01-31T19:19:49-08:00</authored-date>
  <message>Made mongrel handler use new version of Mongrel#run</message>
  <tree>1e6e2bbe43f6202853f6dab937df0d830a73e111</tree>
  <committer>
    <name>Ian Ownbey</name>
    <email>ian@inspir.es</email>
  </committer>
</commit>
