Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Empty zip file #27

Merged
merged 1 commit into from
Oct 24, 2018

Conversation

pyDez
Copy link

@pyDez pyDez commented Oct 9, 2018

As mentioned into the Zip file specifications :

A ZIP file MUST contain an "end of central directory record". A ZIP file containing only an "end of central directory record" is considered an empty ZIP file.

This header (0x06054b50) for zip file was not supported by the lib yet.

It should solve issue #23

@clarkis117
Copy link
Collaborator

:shipit: Looks good 😁

@clarkis117 clarkis117 merged commit f643dee into TonyValenti:master Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants