Annotations: Reload on custom header changes. (#11709)
This commit is contained in:
parent
69fd353086
commit
29d1e2014b
4 changed files with 29 additions and 2 deletions
|
|
@ -467,6 +467,10 @@ func (l1 *Location) Equal(l2 *Location) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
if !l1.CustomHeaders.Equal(&l2.CustomHeaders) {
|
||||
return false
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue