From 9c404289ce692fe1c46c877e440a8e9187254d04 Mon Sep 17 00:00:00 2001 From: rubiii Date: Mon, 22 Jul 2013 21:33:23 +0200 Subject: [PATCH] added excon to the load order --- lib/httpi/adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httpi/adapter.rb b/lib/httpi/adapter.rb index d9e9f2f..0559d78 100644 --- a/lib/httpi/adapter.rb +++ b/lib/httpi/adapter.rb @@ -13,7 +13,7 @@ module Adapter ADAPTERS = {} ADAPTER_CLASS_MAP = {} - LOAD_ORDER = [:httpclient, :curb, :em_http, :net_http, :net_http_persistent] + LOAD_ORDER = [:httpclient, :curb, :em_http, :excon, :net_http, :net_http_persistent] class << self