From 4eb7f98449df449d06080dd34d2ddbedb2c3ecea Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 10 Aug 2016 21:32:36 +0900 Subject: [PATCH] Remove old doc about differential encoding in HPACK --- doc/sources/tutorial-hpack.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/sources/tutorial-hpack.rst b/doc/sources/tutorial-hpack.rst index e3e7b001..3ad22a6e 100644 --- a/doc/sources/tutorial-hpack.rst +++ b/doc/sources/tutorial-hpack.rst @@ -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`_.