事件:'frameError'
🌐 Event: 'frameError'
'frameError' 事件在尝试在会话中发送帧时发生错误时触发。如果无法发送的帧与特定的 Http2Stream 相关联,则会尝试在 Http2Stream 上触发 'frameError' 事件。
🌐 The 'frameError' event is emitted when an error occurs while attempting to
send a frame on the session. If the frame that could not be sent is associated
with a specific Http2Stream, an attempt to emit a 'frameError' event on the
Http2Stream is made.
如果 'frameError' 事件与某个流相关联,该流将在 'frameError' 事件之后立即被关闭和销毁。如果事件与任何流无关,Http2Session 将在 'frameError' 事件之后立即关闭。
🌐 If the 'frameError' event is associated with a stream, the stream will be
closed and destroyed immediately following the 'frameError' event. If the
event is not associated with a stream, the Http2Session will be shut down
immediately following the 'frameError' event.