# File lib/em-http/http_connection_options.rb, line 42
  def socks_proxy?
    @proxy && (@proxy[:type] == :socks5)
  end