Replies: 1 comment
-
This is already reported in #2681 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am testing an incorrect request url use async client, but I can`t get expected error.
httpx version is
0.24.0
async request code:
get traceback:
traceback
I get
httpx.ConnectError
non-async request code:
get traceback:
traceback
I get
httpx.ConnectError: [Errno 104] Connection reset by peer
Beta Was this translation helpful? Give feedback.
All reactions