v2.17.3
Fix Savon::HTTPError compatibility with Faraday transport
Fixed
Savon::HTTPErrorworks with the Faraday transport (#1050). When a the WSDL could not be fetched undertransport: :faraday,Savon::HTTPError#to_sand#to_hashraisedNoMethodError: undefined method 'code'because they were handed a rawFaraday::Response, which exposes#statusrather than#code. Transports now normalize adapter-specific response objects intoSavon::Transport::Responsebefore they reachSavon::HTTPError.
Changelog: https://github.com/savonrb/savon/blob/main/CHANGELOG.md
Commits: v2.17.2...v2.17.3