Files
hickory-dns/crates
Daniel McCarney 0b70253e86 rdata_parsers: fix handling of escaped list delim
The RFC 9460 presentation syntax allows escaping the ',' list separator
in a `SvcParamValue` by writing `\,`. This commit updates `parse_list`
to handle this case.

Once this is done, one of the RFC 9460 test vectors using this feature
can be added to the unit tests. We don't yet support the more
complicated escaped comma using an escaped backslash for delimiter
escape so one remaining test vector for this is left out.
2024-04-18 11:57:53 +02:00
..
2024-01-06 21:31:56 -05:00
2024-01-25 17:02:35 +01:00
2024-01-06 21:31:56 -05:00