Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace aiodns with dnspython maybe? #6202

Open
1 task done
asvetlov opened this issue Nov 1, 2021 · 0 comments
Open
1 task done

Replace aiodns with dnspython maybe? #6202

asvetlov opened this issue Nov 1, 2021 · 0 comments

Comments

@asvetlov
Copy link
Member

asvetlov commented Nov 1, 2021

Is your feature request related to a problem?

Not a problem really but the replacement can simplify aiohttp internals a little; backward compatibility can be provided (I hope)

Describe the solution you'd like

Use https://dnspython.readthedocs.io/en/latest/async-resolver.html
Use embedded caches https://dnspython.readthedocs.io/en/latest/resolver-caching.html as a replacement for home-grown _DNSCacheTable

Describe alternatives you've considered

Keep everything as is, fix all found and future bugs :)

Related component

Client

Additional context

Have no idea when I can find time frame for the issue, feel free to contribute please

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant