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

Support closing a zipfile partway through reading entries #24

Closed
thejoshwolfe opened this issue Dec 30, 2015 · 0 comments
Closed

Support closing a zipfile partway through reading entries #24

thejoshwolfe opened this issue Dec 30, 2015 · 0 comments
Labels

Comments

@thejoshwolfe
Copy link
Owner

It's possible to have several million entries in a zipfile. Reading them all can be slow, and a client may want to look for just one and then abort reading the entries partway through by calling close() instead of another readEntry(). The docs currently call this undefined behavior, but it should probably just work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant