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

httputil: fix ParseIP usage #1691

Merged
merged 1 commit into from
Feb 14, 2023
Merged

httputil: fix ParseIP usage #1691

merged 1 commit into from
Feb 14, 2023

Conversation

hdonnay
Copy link
Member

@hdonnay hdonnay commented Feb 14, 2023

The string fed into the ParseIP function needs to not have a port. This does that and adds a test to check the desired behavior.

Closes: #1689
Signed-off-by: Hank Donnay hdonnay@redhat.com

@hdonnay hdonnay requested a review from a team as a code owner February 14, 2023 14:56
@hdonnay hdonnay requested review from crozzy and removed request for a team February 14, 2023 14:56
The string fed into the ParseIP function needs to not have a port.
This does that and adds a test to check the desired behavior.

Closes: quay#1689
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
@hdonnay hdonnay merged commit b18f989 into quay:main Feb 14, 2023
@hdonnay hdonnay deleted the bug/airgap-port branch February 14, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Ports not correctly handled when configuring indexer.airgap
2 participants