reqStream = request(req.query.url, err => {
      if (err) {
        this.log.error(err)
        res.status(500).end()
      }