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