http2session.goaway([code[, lastStreamID[, opaqueData]]])
code<number> 一个 HTTP/2 错误代码lastStreamID<number> 最后处理的Http2Stream的数字 IDopaqueData<Buffer> | <TypedArray> | <DataView> 一个TypedArray或DataView实例,包含将在GOAWAY帧中携带的附加数据。
向连接的对等方发送 GOAWAY 帧,_不_关闭 Http2Session。
【Transmits a GOAWAY frame to the connected peer without shutting down the
Http2Session.】