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
Originally posted by Anthonybelui December 16, 2023
Hello, thanks for developing the library.
I wanted to ask you to fix/define the logic for the read timeout in socks_proxy. This creates an infinity reading.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Discussed in #859
Originally posted by Anthonybelui December 16, 2023
Hello, thanks for developing the library.
I wanted to ask you to fix/define the logic for the read timeout in socks_proxy. This creates an infinity reading.
File httpcore/_sync/socks_proxy.py
Function _init_socks5_connection()
Line:
incoming_bytes = stream.read(max_bytes=4096)
>incoming_bytes = stream.read(max_bytes=4096, timeout=SomeTimeout)
The text was updated successfully, but these errors were encountered: