Erik Geiser
Erik Geiser
I'm running into the same issue.
In my opinion this is not really idiomatic. I think this kind of problem should probably be solved by a custom `Fetcher`. However, I think during compilation/checking, structs that implement...
I rebased the branch to resolve conflicts in the test file. Let me know if you have any questions or suggestions for the PR.
With this PR, partial domain name labels are now correctly decoded. However, the information whether the label is partial or not is not exposed to the user and marshaling discards...
@pmazzini I removed the superfluous return statement.
I did some further research and found that this is indeed a valid label. As per [RFC 4704 Section 4.2](https://datatracker.ietf.org/doc/html/rfc4704#section-4.2) labels without trailing zero-length field are indeed *partial* names: ```...
Thanks for the PR. We can definitely point users in the right direction if they want to enable cloud sync as long as we add the necessary disclaimers. We'll think...