# File lib/thin/connection.rb, line 182
    def remote_address
      socket_address
    rescue Exception
      log_error
      nil
    end