You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first test, the second "mail.example.org." isn't being compressed into the first. While in the second test, "example.org." from "mail.example.org." isn't being compressed into "ns.example.org.".
I think they're both the same bug and honestly I don't understand what's wrong with the current code. I have managed to fix it in rewriting the compressed length code which I'll upload shortly.
The following two newly created test cases fail:
with:
I believe the
compressedLen
code isn't handling matches between the two compressed domains properly, whereas thePackDomainName
code is./cc @miekg
The text was updated successfully, but these errors were encountered: