mirror of
https://github.com/openappsec/attachment.git
synced 2025-09-30 11:44:29 +03:00
Jan_31_2024-Dev
This commit is contained in:
@@ -167,7 +167,7 @@ struct CompressionStream
|
||||
basic_string<unsigned char> res;
|
||||
int retries = 0;
|
||||
|
||||
while (stream.avail_in != 0) {
|
||||
while (stream.avail_in != 0 || is_last_chunk) {
|
||||
stream.avail_out = work_space.capacity();
|
||||
stream.next_out = work_space.data();
|
||||
|
||||
|
Reference in New Issue
Block a user