open-consul/.changelog/12512.txt
R.B. Boyer 07b92a2855
server: fix spurious blocking query suppression for discovery chains (#12512)
Minor fix for behavior in #12362

IsDefault sometimes returns true even if there was a proxy-defaults or service-defaults config entry that was consulted. This PR fixes that.
2022-03-03 16:54:41 -06:00

4 lines
93 B
Plaintext

```release-note:bug
server: fix spurious blocking query suppression for discovery chains
```