Skip to content

Commit

Permalink
This should take care of the errors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/ControlTower/trunk@4298 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
jballanc committed Jun 27, 2010
1 parent bdc3a44 commit 60b4dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/control_tower/rack_socket.rb
Expand Up @@ -14,6 +14,7 @@ class RackSocket
def initialize(host, port, server, concurrent)
@app = server.app
@socket = TCPServer.new(host, port)
@socket.listen(50)
@status = :closed # Start closed and give the server time to start

if concurrent
Expand Down

0 comments on commit 60b4dfe

Please sign in to comment.