Closed daljit97 closed 1 year ago
In #163, the setCompressionMethod handling was fixed by ensuring that zip_set_file_compression was called in ZipArchive::addFile, but ZipArchive::addData wasn't changed. Shouldn't zip_set_file_compression be also called there?
zip_set_file_compression
ZipArchive::addFile
ZipArchive::addData
In #163, the setCompressionMethod handling was fixed by ensuring that
zip_set_file_compression
was called inZipArchive::addFile
, butZipArchive::addData
wasn't changed. Shouldn'tzip_set_file_compression
be also called there?