httpx
httpx copied to clipboard
Timeouts are not applied during socks5 initialization
I encountered a problem when using socks5 proxy. Sometimes the server would not get a response during socks5 initialization, causing the thread to hang when using httpx.Client. Based on this I checked the initialization of socks5 connection. And found that timeouts are not applied during socks5 initialization.