mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
Make excon adapter compatible with 0.44 excon version
This commit is contained in:
parent
07c30a20b9
commit
01b434dbaf
@ -41,6 +41,7 @@ module Faraday
|
||||
if req[:proxy]
|
||||
opts[:proxy] = {
|
||||
:host => req[:proxy][:uri].host,
|
||||
:hostname => req[:proxy][:uri].hostname,
|
||||
:port => req[:proxy][:uri].port,
|
||||
:scheme => req[:proxy][:uri].scheme,
|
||||
:user => req[:proxy][:user],
|
||||
|
Loading…
x
Reference in New Issue
Block a user