Skip to content

Commit

Permalink
added excon to the load order
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jul 22, 2013
1 parent 7e510db commit 9c40428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httpi/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c40428

Please sign in to comment.