Popular repositories
6 contributions in the last year
Less
More
Contribution activity
August 2021
Created 2 repositories
- maelp/pycares Python
- maelp/aiodns Python
Created a pull request in saghul/pycares that received 1 comment
Update ares_query_txt_result_chunk to return bytes rather than str
The RFC1035 specification says that TXT records are allowed to contain data made of arbitrary binary data, but right now aiodns is parsing it as a …
+1
−1
•
1
comment
Created an issue in saghul/aiodns that received 8 comments
Error when retrieving binary data in TXT records
The RFC1035 indicates that TXT records are "" which are to be interpreted as binary data of length at most 255, prefixed with a length character. I…
8
comments