Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliMatharaarachchi committed Sep 26, 2024
1 parent 4956f25 commit a199093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/internal/oasparser/envoyconf/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func CreateListenerByGateway(gateway *gwapiv1.Gateway, resolvedListenerCerts map
var filterChains []*listenerv3.FilterChain

for _, listenerObj := range listeners {
if listenerObj.Name == "httpslistener" || listenerObj.Name == "httplistener" {
if listenerObj.Name == "httpslistener" {
httpFilters = getHTTPFilters(gwLuaScript)
} else {
httpFilters = getHTTPFilters(`
Expand Down

0 comments on commit a199093

Please sign in to comment.