Remove old doc about differential encoding in HPACK

This commit is contained in:
Tatsuhiro Tsujikawa 2016-08-10 21:32:36 +09:00
parent a3d22b6db9
commit 4eb7f98449
1 changed files with 0 additions and 4 deletions

View File

@ -118,10 +118,6 @@ If *in_final* is zero and the :macro:`NGHTTP2_HD_INFLATE_EMIT` flag is
not set, it indicates that all given data was processed. The caller
is required to pass additional data.
It is important to note that the function may produce one or more
header fields even if *inlen* is 0 when *in_final* is nonzero, due to
differential encoding.
Example usage of `nghttp2_hd_inflate_hd()` is shown in the
`inflate_header_block()` function in `deflate.c`_.