-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix: regression in vars extract for wildcard host #579
Conversation
// cc @elithrar |
Can you please add regression tests that capture this change? :) |
@elithrar let me look at those - thanks for quickly looking at the PR. |
would it be possible to make a release today if all goes well? @elithrar |
I'll commit to having this reviewed before the end of the weekend. |
Continuing from PR gorilla#447 we have to add extra check to ignore the port as well add tests to cover this case
d2eaf19
to
8769a15
Compare
@elithrar updated the PR with the tests, the same tests don't run with master branch. |
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.
TODO: push a release / note this as a subtle behavior change
Possible to tag a release @elithrar ? |
Continuing from PR #447 we have to add extra
check to ignore the port as well