<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,6 +39,7 @@ module Thin
         @persistent_connection_count    = 0
         @maximum_connections            = Server::DEFAULT_MAXIMUM_CONNECTIONS
         @maximum_persistent_connections = Server::DEFAULT_MAXIMUM_PERSISTENT_CONNECTIONS
+        @no_epoll                       = false
       end
       
       # Start the backend and connect it.</diff>
      <filename>lib/thin/backends/base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -86,7 +86,7 @@ module Thin
     def_delegator :backend, :socket
     
     # Disable the use of epoll under Linux
-    def_delegator :backend, :no_epoll, :no_epoll=
+    def_delegators :backend, :no_epoll, :no_epoll=
     
     def initialize(*args, &amp;block)
       host, port, options = DEFAULT_HOST, DEFAULT_PORT, {}</diff>
      <filename>lib/thin/server.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9d2864192154cdc168ad88b65c8f04d14c834a1a</id>
    </parent>
  </parents>
  <author>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </author>
  <url>http://github.com/macournoyer/thin/commit/f67fb1820ad5d790655c85bbc410a99fe1bea28d</url>
  <id>f67fb1820ad5d790655c85bbc410a99fe1bea28d</id>
  <committed-date>2008-07-14T07:43:53-07:00</committed-date>
  <authored-date>2008-07-14T07:43:53-07:00</authored-date>
  <message>Oh crap, iz caturday ok?</message>
  <tree>c0b0db7d322f7bf9b8395c02f955f3cd2804669a</tree>
  <committer>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </committer>
</commit>
