Skip to content

refactor(qpack): move field-section prefix reconstruction into its own module#143

Merged
benoitc merged 1 commit into
mainfrom
refactor/qpack-prefix-test-export
May 25, 2026
Merged

refactor(qpack): move field-section prefix reconstruction into its own module#143
benoitc merged 1 commit into
mainfrom
refactor/qpack-prefix-test-export

Conversation

@benoitc
Copy link
Copy Markdown
Owner

@benoitc benoitc commented May 25, 2026

Moves the Encoded Field Section Prefix reconstruction (Required Insert Count and Base, RFC 9204 Section 4.5.1) out of quic_qpack into a new quic_qpack_prefix module, dropping the -ifdef(TEST) decode_base/3 export. quic_qpack_prefix:decode_ric/3 and decode_base/3 are plain functions now covered by direct unit tests.

Follow-up to #142.

…pack_prefix

Required Insert Count and Base reconstruction (RFC 9204 Section 4.5.1) live in
quic_qpack_prefix as plain functions covered by direct unit tests, replacing
the TEST-only decode_base export on quic_qpack.
@benoitc benoitc merged commit 628bb24 into main May 25, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant