-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #506: sort domain names in reverse dns notation
This patch fixes a behaviour where fabio routes to the wrong backend when multiple glob matching routes are available since the sorting of the host names was wrong. Sorting DNS names requires reversing them before sorting since they have their most significant part at the front. Fixes #506
- Loading branch information
1 parent
4ea9d1b
commit a7bdd07
Showing
2 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters