mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +02:00
Fix typo in inflate stream doc
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
committed by
Vinnie Falco
parent
d785666738
commit
ba42517897
@@ -182,7 +182,7 @@ public:
|
|||||||
the effects of the flush parameter in this implementation are on the return value
|
the effects of the flush parameter in this implementation are on the return value
|
||||||
of `write` as noted below, when `write` returns early when `Flush::block` or
|
of `write` as noted below, when `write` returns early when `Flush::block` or
|
||||||
`Flush::trees` is used, and when `write` avoids the allocation of memory for a
|
`Flush::trees` is used, and when `write` avoids the allocation of memory for a
|
||||||
sliding window when `Flush::finsih` is used.
|
sliding window when `Flush::finish` is used.
|
||||||
|
|
||||||
If a preset dictionary is needed after this call,
|
If a preset dictionary is needed after this call,
|
||||||
`write` sets `zs.adler` to the Adler-32 checksum of the dictionary chosen by
|
`write` sets `zs.adler` to the Adler-32 checksum of the dictionary chosen by
|
||||||
|
Reference in New Issue
Block a user