Hey, I'm using archiver to stream zips over http and when the server gets shut down while there's still a transfer in progress, I get this seemingly uncatchable error thrown.
Right now, I'm setting
archive.catchEarlyExitAttached = true;
to avoid getting the handler attached, but this seems pretty hackish. Would an option to control this behavior be reasonable?