EAM grpc connection_error ai_generated true

stream terminated by RST_STREAM

ID: grpc/stream-reset

Also available as: JSON · Markdown
75%Fix Rate
80%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
1 active

Root Cause

HTTP/2 stream reset by peer. Rate limit or proxy issue.

generic

Workarounds

  1. 85% success Add backoff on RST_STREAM, check proxy/LB config
  2. 82% success Increase MAX_CONCURRENT_STREAMS on server

Dead Ends

Common approaches that don't work:

  1. Disable HTTP/2 flow control 88% fail

    Protocol violation, connection drops

  2. Retry all streams immediately 80% fail

    Triggers ENHANCE_YOUR_CALM