Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[discovery-proxy] Remove
assert
checks on query name parse errors
Remove the `assert` checks on query name parse errors and instead skip over such entries. Query names are external input (received as DNS query message from other devices) and discovery proxy code should not assume that external input will follow the proper query name format.
- Loading branch information