stream.on('data', (chunk) => {
          console.log(`Received ${results.length} bytes of data.`);
          results += chunk.toString();
        })