Skip to content

Conversation

@geemus
Copy link
Contributor

@geemus geemus commented Oct 9, 2024

  • Port being added to URL can be forced by using include_default_port option
  • Simplifies some of the port addition code
  • Break out logic to determine if a default port is logic into its own method
  • Tests basic cases of scheme+port combinations

mathias and others added 4 commits October 24, 2024 13:15
- Port being added to URL can be forced by using include_default_port option
- Simplifies some of the port addition code
- Break out logic to determine if a default port is logic into its own method
- Tests basic cases of scheme+port combinations
@geemus geemus force-pushed the omit-default-port-revised branch from 29cd7d3 to 154d9c7 Compare October 24, 2024 13:16
@geemus geemus merged commit a4b5b44 into master Oct 24, 2024
5 checks passed
@geemus geemus deleted the omit-default-port-revised branch October 24, 2024 13:24
geemus added a commit to voxik/excon that referenced this pull request Oct 29, 2024
…xcon#856)

* Deprecate omit_default_port option, add include_default_port option

- Port being added to URL can be forced by using include_default_port option
- Simplifies some of the port addition code
- Break out logic to determine if a default port is logic into its own method
- Tests basic cases of scheme+port combinations

* allow omit_default_port for better backwards compatibility

* add a deprecation warning

* add deprecation warning when setting omit_default_port to non-default value

---------

Co-authored-by: Matt Gauger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants