Update README.rst
This commit is contained in:
parent
be5d08647e
commit
bc03007d4d
|
@ -534,10 +534,10 @@ deflateSize
|
||||||
maxDeflateSize
|
maxDeflateSize
|
||||||
The maximum header table size encoder uses. This can be smaller
|
The maximum header table size encoder uses. This can be smaller
|
||||||
than ``maxSize``. In this case, encoder only uses up to first
|
than ``maxSize``. In this case, encoder only uses up to first
|
||||||
``maxSize`` buffer. Since the header table size is still
|
``maxDeflateSize`` buffer. Since the header table size is still
|
||||||
``maxSize``, the encoder keeps track of entries ouside the
|
``maxSize``, the encoder has to keep track of entries ouside the
|
||||||
``maxDeflateSize`` but inside the ``maxSize``, but it makes sure
|
``maxDeflateSize`` but inside the ``maxSize`` and make sure that
|
||||||
that they are no longer referenced.
|
they are no longer referenced.
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue