http2stream.endAfterHeaders
- 类型:<boolean>
如果在接收到的请求或响应 HEADERS 帧中设置了 END_STREAM 标志,将其设置为 true,表示不应接收额外数据,并且 Http2Stream 的可读端将被关闭。
【Set to true if the END_STREAM flag was set in the request or response
HEADERS frame received, indicating that no additional data should be received
and the readable side of the Http2Stream will be closed.】