(chunk)
| 53585 | this.opts.origin = origin2; |
| 53586 | this.opts.maxRedirections = 0; |
| 53587 | this.opts.query = null; |
| 53588 | if (statusCode === 303 && this.opts.method !== "HEAD") { |
| 53589 | this.opts.method = "GET"; |
| 53590 | this.opts.body = null; |
| 53591 | } |
| 53592 | } |
| 53593 | onData(chunk) { |
| 53594 | if (this.location) { |
| 53595 | } else { |