Skip to content
Permalink
Browse files
Huffman encoded, fixes #4971
  • Loading branch information
MikeBishop committed Apr 26, 2022
1 parent eacf77e commit a639d7863073b1fb65d1316dc4043834d8bdc0e2
Showing with 2 additions and 2 deletions.
  1. +2 −2 rfc9204.md
@@ -638,8 +638,8 @@ throughout. This string format includes optional Huffman encoding.

HPACK defines string literals to begin on a byte boundary. They begin with a
single bit flag, denoted as 'H' in this document (indicating whether the string
is Huffman-coded), followed by the Length encoded as a 7-bit prefix integer, and
finally Length bytes of data. When Huffman encoding is enabled, the Huffman
is Huffman encoded), followed by the Length encoded as a 7-bit prefix integer,
and finally Length bytes of data. When Huffman encoding is enabled, the Huffman
table from {{Section B of RFC7541}} is used without modification and Length
indicates the size of the string after encoding.

0 comments on commit a639d78

Please sign in to comment.