Update README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2013-11-06 01:15:11 +09:00
parent be5d08647e
commit bc03007d4d
1 changed files with 4 additions and 4 deletions

View File

@ -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::