httpx randonly hangs on start_tls when using proxy #1511
Unanswered
alex-oleshkevich
asked this question in
Potential Issue
Replies: 1 comment 8 replies
-
I switched to aiohttp.ClientSession and it has no this issue. Instead, it raises timeout exception. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
master
.Describe the bug
I run a script that periodically parses a 3rd-party website. These requests are proxies.
The problem is that some times httpx may hang up completely.
To reproduce
There is no 100% way to reproduce it but here is a code that I run:
Note, all proxies a HTTP, not HTTPS.
Logs
There is nothing logged after this line.
Environment
Additional context
Beta Was this translation helpful? Give feedback.
All reactions