Replies: 1 comment 3 replies
-
|
Well, that's an HTTP/2 case (it's got a stream ID) where the server has closed the connection. Not much else you can do with that other than retry the request. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm sending a few thousand requests (HTTP 1 and 2) across multiple servers and every once in a while, I see the following error:
<ConnectionTerminated error_code:ErrorCodes.NO_ERROR, last_stream_id:2147483647, additional_data:None>I'm using an Async client with asyncio.
I've seen some old conversations about this, but I'm still not understanding what causes this issue. Any ideas on how I can dig in further to understand what is going on, or where the problem might be?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions