ZipFile.jl icon indicating copy to clipboard operation
ZipFile.jl copied to clipboard

Hanging filehandle

Open alhirzel opened this issue 1 year ago • 2 comments

https://github.com/fhs/ZipFile.jl/blob/7dbf67d22a4f52cdc6d8225a6bfa9dbd844ff990/src/ZipFile.jl#L121

I noticed that this creates a hanging file handle, and in some cases the file handle can get closed prior to actually consuming data from the ZipFile.Reader.

alhirzel avatar Jan 31 '23 23:01 alhirzel

Would you like to have a look at https://github.com/fhs/ZipFile.jl/issues/14 and check if it's related?

JoaoAparicio avatar Oct 20 '23 04:10 JoaoAparicio

Yes. The discussion in that issue are very related! It may be worth closing this issue and addressing that one instead, as it has more context.

alhirzel avatar Oct 21 '23 03:10 alhirzel