Skip to content

Commit

Permalink
switch from net::http to excon adapter to support unix domain sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
hsitter committed Feb 22, 2017
1 parent 595a109 commit c61635f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aptly/connection.rb
Expand Up @@ -30,7 +30,7 @@ def initialize(**kwords)
@connection = Faraday.new(uri) do |c|
c.request :multipart
c.request :url_encoded
c.adapter :net_http
c.adapter :excon, @adapter_options
end
end

Expand Down

0 comments on commit c61635f

Please sign in to comment.