Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for https and http addresses merge #532

Merged
merged 3 commits into from
Feb 2, 2024

Conversation

skurnevich
Copy link
Contributor

@skurnevich skurnevich commented Jan 24, 2024

getListeningAddresses function has two issues in it

  • getHttpsListeningAddresses returns a not extensible collection so we cannot push new elements in.
  • on otherAddrs iteration it tries to push complete collection into addrs instead of one address.

Covering zowe/zlux#984

Signed-off-by: Sergei Kurnevich <[email protected]>
@1000TurquoisePogs 1000TurquoisePogs merged commit 5b6422c into v2.x/staging Feb 2, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants