Slide 13
Slide 13 text
ストリームのリセット
•1つのTCP 接続内の特定のストリームだけ中断した
い場合、クライアント/サーバーはリセット要求
(RST_STREAM フレーム)を送信できる
•リセット要求はただちに処理される
• The RST_STREAM frame fully terminates the referenced stream and causes it to enter the
“closed” state. After receiving a RST_STREAM on a stream, the receiver MUST NOT send
additional frames for that stream, with the exception of PRIORITY. However, after sending
the RST_STREAM, the sending endpoint MUST be prepared to receive and process
additional frames sent on the stream that might have been sent by the peer prior to the
arrival of the RST_STREAM.
13