通道:quic.session.goaway


🌐 Channel: quic.session.goaway

  • session quic.QuicSession
  • lastStreamId <bigint> 对端可能已经处理的最高流 ID。

当对等方发送 HTTP/3 GOAWAY 帧时发布。ID 高于 lastStreamId 的流未被处理,可以在新连接上重试。lastStreamId-1n 表示没有流边界的关闭通知。

🌐 Published when the peer sends an HTTP/3 GOAWAY frame. Streams with IDs above lastStreamId were not processed and can be retried on a new connection. A lastStreamId of -1n indicates a shutdown notice without a stream boundary.