Getting h2.exceptions.ProtocolError when using httpx with http2 #897
Unanswered
tabrezm
asked this question in
Potential Issue
Replies: 1 comment
-
Note that this occurs when the timeout is set to |
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 believe I've hit another case related to this existing issue: #679.
Here is my stack:
My current workaround is to add this exception to tenacity.retry(), but ideally this exception is properly wrapped in httpcore.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions