Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 472 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 472 Bytes

okrepro

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.

image