You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was use GzipArchive.archive to compress short text like "123".
Then I use GzipArchive.unarchive decompress the data, would throw error "wrongMagic" since input too short - bitReader.bitsLeft >= 33 * 8 in GzipArchive.swift line 81.
The text was updated successfully, but these errors were encountered:
I was use GzipArchive.archive to compress short text like "123".
Then I use GzipArchive.unarchive decompress the data, would throw error "wrongMagic" since input too short -
bitReader.bitsLeft >= 33 * 8
in GzipArchive.swift line 81.The text was updated successfully, but these errors were encountered: