File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,10 @@ func (l1 *Location) Equal(l2 *Location) bool {
467
467
return false
468
468
}
469
469
470
+ if ! l1 .CustomHeaders .Equal (& l2 .CustomHeaders ) {
471
+ return false
472
+ }
473
+
470
474
return true
471
475
}
472
476
Original file line number Diff line number Diff line change 302
302
"validationDepth" : 0
303
303
},
304
304
"use-port-in-redirects" : false ,
305
- "configuration-snippet" : " "
305
+ "configuration-snippet" : " " ,
306
+ "customHeaders" : {
307
+ "headers" : {
308
+ "Server" : " HAL9000"
309
+ }
310
+ }
306
311
}]
307
312
}, {
308
313
"hostname" : " dev.mycompany.com" ,
Original file line number Diff line number Diff line change 302
302
"validationDepth" : 0
303
303
},
304
304
"use-port-in-redirects" : false ,
305
- "configuration-snippet" : " "
305
+ "configuration-snippet" : " " ,
306
+ "customHeaders" : {
307
+ "headers" : {
308
+ "Server" : " HAL9000"
309
+ }
310
+ }
306
311
}]
307
312
}, {
308
313
"hostname" : " dev.mycompany.com" ,
You can’t perform that action at this time.
0 commit comments