Skip to content

Conversation

@KY-U
Copy link

@KY-U KY-U commented Jan 13, 2025

  • Change update_xaddrs() parse logic to utilize urllib.parse instead of manually splitting retrieved_address to avoid "index out of range" error when trying to split an address by ':' when the port is omitted (e.g., 80) in "[host]:[port]" format.

KY-U added 2 commits January 13, 2025 13:26
> Change update_xaddrs parse logic to utilize urllib.parse instead of manually splitting retrieved_address to avoid index out of range error when trying to split an adress by ':' when the port is not present in the url in the format [host]:[port], for example, when default port 80 is utilized, it is ommited in the url
@KY-U KY-U changed the title fix(client): change update_xaddrs implementation fix(client): change update_xaddrs implementation to utilize urllib parse instead of manually splitting xaddr Jan 13, 2025
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.

1 participant