mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-22 00:03:25 -04:00
a behaviour has been observed behind a vpn, where when one of the servers is unresponsive, the switch to the next nameserver wasn't happening. Part of it was a bug in the timeout handling, but the rest was actually the switch not happening (i.e. it'd fail on the first server). This fixes it by switching to the next nammeserver on query error.