httpx use async mode make a get request,but get the null content from response #2958
Unanswered
masterbasong
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use httpx AsyncClient to send a get request ,I always get the response with null content, I change to use aiohttp ,it works ok ,get the right content.Here is my code:
EVIROMENT: python3.11.5 httpx 0.25.1
But If I use a proxy to send the get request it will receive the right response:
Beta Was this translation helpful? Give feedback.
All reactions