fixed resetting ->close after overriding filehandle resource
This will result in errors especially when you use custom temp directories and want to remove them before the shutdown handler comes, the file that is still opened cannot be deleted.
Easy fix by resetting the close flag, so it closes automatically again when needed
fixed resetting ->close after overriding filehandle resource
This will result in errors especially when you use custom temp directories and want to remove them before the shutdown handler comes, the file that is still opened cannot be deleted.
Easy fix by resetting the close flag, so it closes automatically again when needed