Update doc
This commit is contained in:
parent
253ec90176
commit
5b57292b43
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
|
@ -600,10 +600,10 @@ entry overhead.</dd>
|
|||
<dt>maxDeflateSize</dt>
|
||||
<dd>The maximum header table size encoder uses. This can be smaller
|
||||
than <tt class="docutils literal"><span class="pre">maxSize</span></tt>. In this case, encoder only uses up to first
|
||||
<tt class="docutils literal"><span class="pre">maxSize</span></tt> buffer. Since the header table size is still
|
||||
<tt class="docutils literal"><span class="pre">maxSize</span></tt>, the encoder keeps track of entries ouside the
|
||||
<tt class="docutils literal"><span class="pre">maxDeflateSize</span></tt> but inside the <tt class="docutils literal"><span class="pre">maxSize</span></tt>, but it makes sure
|
||||
that they are no longer referenced.</dd>
|
||||
<tt class="docutils literal"><span class="pre">maxDeflateSize</span></tt> buffer. Since the header table size is still
|
||||
<tt class="docutils literal"><span class="pre">maxSize</span></tt>, the encoder has to keep track of entries ouside the
|
||||
<tt class="docutils literal"><span class="pre">maxDeflateSize</span></tt> but inside the <tt class="docutils literal"><span class="pre">maxSize</span></tt> and make sure that
|
||||
they are no longer referenced.</dd>
|
||||
</dl>
|
||||
<p>Example:</p>
|
||||
<div class="highlight-c"><div class="highlight"><pre><span class="p">[</span>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue