You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okhttp client sends h2 RST_STREAM twice after timeout for the same stream. That is prohibited by the spec:
RFC 9113 §5.1 A stream also enters the "closed" state after an endpoint either sends or receives a RST_STREAM frame.
... An endpoint MUST NOT send frames other than PRIORITY on a closed stream.
okhttp client sends h2 RST_STREAM twice after timeout for the same stream. That is prohibited by the spec:
RFC 9113 §5.1
A stream also enters the "closed" state after an endpoint either sends or receives a RST_STREAM frame.
...
An endpoint MUST NOT send frames other than PRIORITY on a closed stream.
Reproducer:
https://github.com/danielkec/okrepro
The text was updated successfully, but these errors were encountered: