Skip to content

Commit

Permalink
Forgot to add delegator to Server class, gotta refactor that!
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jul 14, 2008
1 parent 34da9ea commit 9d28641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/thin/server.rb
Expand Up @@ -85,6 +85,9 @@ class Server
# UNIX domain socket on which the server is listening for connections.
def_delegator :backend, :socket

# Disable the use of epoll under Linux
def_delegator :backend, :no_epoll, :no_epoll=

def initialize(*args, &block)
host, port, options = DEFAULT_HOST, DEFAULT_PORT, {}

Expand Down

0 comments on commit 9d28641

Please sign in to comment.