HeaderBlockReassembly Type

In-progress reassembly of a header block. `pending` accumulates the header-block fragments concatenated in receive order; `streamId` is the stream that owns it; `isPushPromise` records the origin (so the downstream HPACK consumer knows whether it's processing a request or a server-pushed response promise).

Record fields

Record Field Description

endStream

Full Usage: endStream

Field type: bool
Field type: bool

isPushPromise

Full Usage: isPushPromise

Field type: bool
Field type: bool

pending

Full Usage: pending

Field type: byte[]
Field type: byte[]

streamId

Full Usage: streamId

Field type: int32
Field type: int32