# File lib/selenium/webdriver/safari/server.rb, line 64
        def wait_for_connection
          # TODO: timeouts / non-blocking accept
          process_initial_http_request
          process_handshake
        end