Skip to content
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

correctly handle multi-hop dnslink resolution #5202

Merged
merged 1 commit into from
Jul 9, 2018

Conversation

Stebalien
Copy link
Member

Namesys returns ErrResolveRecursion when it stops recursing due to a depth limit. It doesn't return success.

Alternative to #5199.

Namesys returns `ErrResolveRecursion` when it stops recursing due to a depth
limit. It doesn't return success.

Alternative to #5199.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@Stebalien Stebalien requested a review from Kubuxu as a code owner July 7, 2018 07:20
@ghost ghost assigned Stebalien Jul 7, 2018
@ghost ghost added the status/in-progress In progress label Jul 7, 2018
@Stebalien Stebalien requested a review from a user July 7, 2018 07:20
@Stebalien
Copy link
Member Author

Stebalien commented Jul 7, 2018

@lgierth this is an alternative fix that's basically just my original change but done correctly.

@Stebalien Stebalien added need/review Needs a review and removed status/in-progress In progress labels Jul 7, 2018
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good 👍

@Stebalien Stebalien added RFM and removed need/review Needs a review labels Jul 9, 2018
@Stebalien Stebalien merged commit 8a9aa41 into master Jul 9, 2018
@Stebalien Stebalien deleted the fix/dnslink-recursion-alt branch July 9, 2018 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant