EAM
grpc
connection_error
ai_generated
true
stream terminated by RST_STREAM
ID: grpc/stream-reset
75%Fix Rate
80%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1 | active | — | — | — |
Root Cause
HTTP/2 stream reset by peer. Rate limit or proxy issue.
genericWorkarounds
-
85% success Add backoff on RST_STREAM, check proxy/LB config
-
82% success Increase MAX_CONCURRENT_STREAMS on server
Dead Ends
Common approaches that don't work:
-
Disable HTTP/2 flow control
88% fail
Protocol violation, connection drops
-
Retry all streams immediately
80% fail
Triggers ENHANCE_YOUR_CALM