You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know whether, when using a proxy, the DNS resolution process in httpx is also handled by the proxy server or if it follows the system's own DNS requests. Similarly, with 300 overseas URLs, after using a proxy, httpx can achieve a 90% success rate, while requests only has a 20% success rate. I feel that the proxy handling in httpx must be better designed than in requests. Please inform me about the logic behind this so that I can optimize the requests project!
"Since our project heavily uses requests, it would take a long time to migrate to httpx at this stage. Therefore, I want to quickly understand the optimization points of httpx over requests in terms of proxies."
psf/requests#6871
The text was updated successfully, but these errors were encountered: