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

Fix binding to multiple listeners with empty section name #730

Merged
merged 1 commit into from
Jun 9, 2023

Commits on Jun 8, 2023

  1. Fix binding to multiple listeners with empty section name

    Problem: If an HTTPRoute has a parentRef with an empty section name,
    and the referenced gateway has multiple valid listeners, the route would
    only bind to the first listener.
    
    Solution: Attempt to bind to every valid listener in the referenced Gateway.
    kate-osborn committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    bcb5073 View commit details
    Browse the repository at this point in the history