_destroy(err: any, callback: (err: any) => void): void {
    // Detach from current stream
    if (this.request) {
      const capturedRequest = this.request
      this.detachFromStreams()