-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
caddyhttp: reverseproxy: fix hash selection policy #4137
Conversation
Thanks! We'll definitely need a test that fails before the change to make sure it actually fixes the problem. |
Fixes: caddyserver#4135 Test: go test './...' -count=1
If you revert the last commit, the test will fail.
Test case added. It fails before applying my patch and passes afterwards. |
Is it appropriate to reverse the order of the commits? Maybe that would immediately prove that the commit after it fixes the issue. |
No, that's okay! As long as you confirmed it, that's good 👍 Thanks! |
Alright, perfect. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent; thank you so much for the fix and the test case! Please feel free to contribute again.
The tests ran without an issue, so this should be the fix.
Fixes: #4135
Test: go test './...' -count=1