You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix binding to multiple listeners with empty section name (#730)
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.
0 commit comments