Closed kazu-yamamoto closed 1 year ago
Servers using race_.
race_
When frameReceiver in a server generates RST_Stream, it dies. There is no grantee that frameSender sends RST_Stream. Then the connection is closed by the server side. The client receives FIN instead of RST_Stream.
frameReceiver
frameSender
This makes the "missing" test case fragile.
Let's use concurrently_ like clients!
concurrently_
Servers using
race_
.When
frameReceiver
in a server generates RST_Stream, it dies. There is no grantee thatframeSender
sends RST_Stream. Then the connection is closed by the server side. The client receives FIN instead of RST_Stream.This makes the "missing" test case fragile.
Let's use
concurrently_
like clients!