Hello,
When running httpx on Windows 10 64bit it seems to not resolve hostnames and time out yet when inputting an IP it does seem to respond.
Running echo https://google.com | httpx -sc -v returns the following:
[DBG] Failed 'https://google.com': GET https://google.com giving up after 1 attempts: Get "https://google.com": context deadline exceeded (Client.Timeout exceeded while awaiting headers)```
While when running `echo https://172.217.23.196 | httpx -sc -v `returns:
```[INF] Current httpx version v1.6.0 (latest)
https://172.217.23.196 [301]```
I've also tried setting the Timeout time to a minute, but it still fails.
When pinging google it also resolves so I'm at the end of my wits here, is there anyone that knows what might cause this?