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

set ExtendedRcode return type to int instead of uint8 #347

Merged
merged 1 commit into from
Apr 18, 2016

Conversation

McStork
Copy link
Contributor

@McStork McStork commented Apr 18, 2016

This PR sets the return type of method ExtendedRcode to int, to be consistent with the keys type of map RcodeToString, and to close #341.

@miekg
Copy link
Owner

miekg commented Apr 18, 2016

Indeed, a blatant bug, although this is not backwards compat, it is serious enough to just merge it. Also: hopefully no a very much used piece of go dns.

@miekg miekg merged commit a5cc44d into miekg:master Apr 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EDNS ExtendedRcode return uint size
2 participants