-
Notifications
You must be signed in to change notification settings - Fork 105
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
ConnectionTerminated error_code:ErrorCodes.NO_ERROR #45
Comments
Do you know what the traceback is on this? Really we need to be catching that case in the HTTP/2 connection class and mapping it to a |
I had in the past, will try to get a new one. |
Looks like we deal with this correctly now, so I'm going to close it off, pending re-occurrence. |
Hi @tomchristie , so... it happened again (tagging @yeraydiazdiaz and @florimondmanca also)! Here is the traceback:
|
How did you solve this issue, I am facing the same problem. |
Hey @nathalie21005 ! I don't have this issue on recent httpcore versions! Also, my assumption is that it was a host problem, not a client one! |
hey @victoraugustolls , thank you for replying. Can I know which version are you using for httpcore? thanks |
I'm using it through |
I think I have run into the same issue. After issuing many requests on an http2 connection using httpx, all subsequent requests fail immediately with Package versions: Full traceback:
|
Hi, also running into this issue. |
I have created a discussion topic for this problem over at httpx's repository: encode/httpx#2112 Perhaps we can get more attention over there. |
same problem |
With httpx using httpcore interface, started receiving the following error:
<ConnectionTerminated error_code:ErrorCodes.NO_ERROR, last_stream_id:1999, additional_data:None>
Don't know h2 specifics to say, but could
NO_ERROR
be used for some indication like graceful connection closing rather than raising an error?The text was updated successfully, but these errors were encountered: