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 am also experiencing this issue. The timeout property has no effect on reads with SOCKS5 proxies, while the same functionality works as expected with HTTP proxies.
Originally posted by a14n November 20, 2023
With httpx[socks]==0.23.3and the following code an httpx.ReadTimeout is raised only with https proxy and not with socks5 proxy. Is it an known issue?
I am also experiencing this issue. The timeout property has no effect on reads with SOCKS5 proxies, while the same functionality works as expected with HTTP proxies.
Discussed in #2951
Originally posted by a14n November 20, 2023
With
httpx[socks]==0.23.3
and the following code anhttpx.ReadTimeout
is raised only with https proxy and not with socks5 proxy. Is it an known issue?The output for socks5 proxy is:
The output for http proxy is:
The text was updated successfully, but these errors were encountered: