From 5aab453c4e3bd6720bdffab608ead5ce7250a7ff Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 19 Jun 2024 12:40:52 -0700 Subject: [PATCH] Update Bigtable/src/ResumableStream.php --- Bigtable/src/ResumableStream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bigtable/src/ResumableStream.php b/Bigtable/src/ResumableStream.php index 6ac7daaab60d..fb344157a4b5 100644 --- a/Bigtable/src/ResumableStream.php +++ b/Bigtable/src/ResumableStream.php @@ -135,7 +135,7 @@ public function readAll() $completed = $this->pluck('requestCompleted', $this->callOptions, false); if ($completed !== true) { - // Send in "bigtable-attempt" header on each request + // Send in "bigtable-attempt" header on retry request $headers = $this->callOptions['headers'] ?? []; if ($attempt > 0) { $headers['bigtable-attempt'] = [(string) $attempt];