通道:quic.stream.reset


🌐 Channel: quic.stream.reset

  • stream quic.QuicStream
  • session quic.QuicSession
  • error <any> 与重置相关的 QUIC 错误。

当流从对等方接收到 STOP_SENDING 或 RESET_STREAM 帧时发布,表示对等方已中止该流。这是诊断应用层问题(例如取消的请求)的一个关键信号。

🌐 Published when a stream receives a STOP_SENDING or RESET_STREAM frame from the peer, indicating the peer has aborted the stream. This is a key signal for diagnosing application-level issues such as cancelled requests.