rthalley / dnspython

a powerful DNS toolkit for python
http://www.dnspython.org
Other
2.46k stars 519 forks source link

Only create httpx transports when needed. #1130

Closed bwelling closed 2 months ago

bwelling commented 2 months ago

When a caller passes an httpx client to https(), there's no need to create a transport object that's not used.