mirror of
https://github.com/lostisland/faraday.git
synced 2025-12-30 00:14:55 -05:00
When Addressable::URI is used, the `port` property will be nil unless port was explicitly specified. This made Addressable unusable in HTTPS scenarios with Net::HTTP adapters, which would default to port 80 even when the scheme was "https".