Skip to content

Commit

Permalink
Merge pull request #72 from lianglli/fix-layer7-routes-master
Browse files Browse the repository at this point in the history
HTTP Route: supports routes based on header, cookie, query and weight…
  • Loading branch information
lianglli committed Oct 20, 2023
2 parents 8ba1288 + 251eac8 commit 2dcd242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/types_equals.go
Expand Up @@ -709,7 +709,7 @@ func (c1 *Canary) Equal(c2 *Canary) bool {
return false
}

if c1.BackendTarget != c2.BackendTarget {
if c1.Target != c2.Target {
return false
}

Expand Down

0 comments on commit 2dcd242

Please sign in to comment.