Skip to content

Don't use a thread pool for DNS resolution #1235

@tomaka

Description

@tomaka

Right now, we use a thread pool dedicated to resolving domain names by calling to_socket_addrs. Theoretically, there's no reason for it not to be asynchronous.

In practice, as far as I know, there's no way to do at at the moment. However I'm opening this issue anyway in order to not forget about that in the long term.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions