fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.25k stars 619 forks source link

Fixing issue #786 - matchingHostNoGlob sometimes returns incorrect host #787

Closed nathanejohnson closed 3 years ago

nathanejohnson commented 3 years ago

Moves logic for reversing hosts / ports to get most specific match into separate method

Calls this same method from both matchingHost and matchingHostNoGlob

aaronhurt commented 3 years ago

LGTM