mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-13 12:01:16 +01:00
revert #1828
This commit is contained in:
parent
e18f1c057c
commit
c91b83744b
@ -196,7 +196,9 @@ int DeflatingStreamBuf::sync()
|
||||
_zstr.next_out = (unsigned char*) _buffer;
|
||||
_zstr.avail_out = DEFLATE_BUFFER_SIZE;
|
||||
}
|
||||
_pOstr->flush();
|
||||
// NOTE: This breaks the Zip library and causes corruption in some files.
|
||||
// See GH #1828
|
||||
// _pOstr->flush();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user