gera2ld/async_dns

Out of Memory when query dns.google for instacart.com

Closed this issue · 1 comments

When I query "instacart.com", the process stuck and the memory increased dramatically, took 100% in a few seconds, would you please have a look at the case? Great thanks!

async def main():
    async with DoHClient() as client:
        result = await client.query('https://dns.google/dns-query', 'instacart.com', 255)
        print('query:', result)
asyncio.run(main())

Fixed in e610bbb

Please upgrade async_dns or reinstall async-doh.