savonrb / httpi

Common interface for Ruby's HTTP clients
http://httpirb.com
MIT License
301 stars 151 forks source link

Set both :host, and :hostname options on excon connection to avoid warning. #204

Closed pweldon closed 4 years ago

pweldon commented 5 years ago
[excon][WARNING] hostname is missing! For IPv6 support, provide both host and hostname: Excon::Connection#new(:host => uri.host, :hostname => uri.hostname, ...).
coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.09%) to 96.97% when pulling 84ae769b6445cb3e6fa63ed19205f7f2318e0403 on pweldon:excon_set_request_hostname into 2fbd6b14a0a04ed21572251580a9a4c987396e4b on savonrb:master.