# File lib/whois/server/adapters/standard.rb, line 33
        def request(qstring)
          response = query_the_socket(qstring, host)
          append_to_buffer response, host
        end