mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
29ce5ec575
The field was not being included in the cache info key. This would result in a DNS request for web.service.consul returning the same result as web.ingress.consul, when those results should not be the same.
5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
```release-note:bug
|
|
cache: Fixed a bug where a DNS or API request for an ingress gateway would incorrectly
|
|
return a cached result for a service request with the same name, and vice versa.
|
|
``
|