# File lib/thin/backends/tcp_server.rb, line 8
      def initialize(host, port)
        @host = host
        @port = port
        super()
      end