mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04: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".