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 |
Full Usage:
endStream
Field type: bool
|
|
Full Usage:
isPushPromise
Field type: bool
|
|
Full Usage:
pending
Field type: byte[]
|
|
Full Usage:
streamId
Field type: int32
|
|