Commit bc03007d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update README.rst

parent be5d0864
......@@ -534,10 +534,10 @@ deflateSize
maxDeflateSize
The maximum header table size encoder uses. This can be smaller
than ``maxSize``. In this case, encoder only uses up to first
``maxSize`` buffer. Since the header table size is still
``maxSize``, the encoder keeps track of entries ouside the
``maxDeflateSize`` but inside the ``maxSize``, but it makes sure
that they are no longer referenced.
``maxDeflateSize`` buffer. Since the header table size is still
``maxSize``, the encoder has to keep track of entries ouside the
``maxDeflateSize`` but inside the ``maxSize`` and make sure that
they are no longer referenced.
Example::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment