req.on('close', () => {
            logger.info('Plaintext export aborted because client dropped the connection');
            if (s != null) {
                s.destroy();
            }