()
| 1286 | } |
| 1287 | |
| 1288 | func (f *ContinuationFrame) HeaderBlockFragment() []byte { |
| 1289 | f.checkValid() |
| 1290 | return f.headerFragBuf |
| 1291 | } |
| 1292 | |
| 1293 | func (f *ContinuationFrame) HeadersEnded() bool { |
| 1294 | return f.FrameHeader.Flags.Has(FlagContinuationEndHeaders) |
nothing calls this directly
no test coverage detected