RstStream https://tools.ietf.org/html/rfc7540#section-6.4
| 10 | |
| 11 | // RstStream https://tools.ietf.org/html/rfc7540#section-6.4 |
| 12 | type RstStream struct { |
| 13 | code ErrorCode |
| 14 | } |
| 15 | |
| 16 | func (rst *RstStream) Type() FrameType { |
| 17 | return FrameResetStream |
nothing calls this directly
no outgoing calls
no test coverage detected