Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix bug with SVCB/HTTPS parsing of master file format #135
Conversation
…y reset at the end of parsing the record from text. Master format parsing requires this. Added a unit test to verify the behavior
1d0577c
into
dnsjava:master
Fix bug with parsing SVCB/HTTPS records from text where the Tokenizer is not properly reset at the end of the line. The individual record parsing works correctly, but this was breaking the parsing of master zone files with SVCB or HTTPS records in them.