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
When creating certain configurations such as multiple listeners with no hostnames, and having an httproute bind to all listeners, it can result in duplicate http matching configs. While this result doesn't cause any issues, it results in nginx and our njs module doing extra work that they don't need to be doing.
We should ensure that we de-duplicate our http matches before updating nginx.
When creating certain configurations such as multiple listeners with no hostnames, and having an httproute bind to all listeners, it can result in duplicate http matching configs. While this result doesn't cause any issues, it results in nginx and our njs module doing extra work that they don't need to be doing.
We should ensure that we de-duplicate our http matches before updating nginx.
Example: #885 (comment)
The text was updated successfully, but these errors were encountered: