Merge pull request #98043 from pafuent/stream_peer_gzip_fix_finish_buffer_size
Fix `StreamPeerGZIP::finish()` internal buffer size usage
This commit is contained in:
commit
2b0e7dcc5e
4 changed files with 201 additions and 4 deletions
|
|
@ -19,7 +19,8 @@
|
|||
<method name="finish">
|
||||
<return type="int" enum="Error" />
|
||||
<description>
|
||||
Finalizes the stream, compressing or decompressing any buffered chunk left.
|
||||
Finalizes the stream, compressing any buffered chunk left.
|
||||
You must call it only when you are compressing.
|
||||
</description>
|
||||
</method>
|
||||
<method name="start_compression">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue