-
-
Notifications
You must be signed in to change notification settings - Fork 869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent httpx.ReadError
with high concurrency
#3348
Comments
+1 i observed similar random |
+1 i observed similar random httpx.ReadError |
Also have run into this. Same scenario has no issues with requests. It happens both with sync and async httpx. |
+1, this plus aiohttp better performance made me migrate from httpx to aiohttp. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
I've encountered intermittent httpx.ReadError exceptions when using high concurrency values with httpx.AsyncClient. This issue does not occur when using aiohttp with similar concurrency levels.
Reproduction Steps
Environment
Server code
Httpx client code
AIOHttp client code
The text was updated successfully, but these errors were encountered: