Skip to content

Commit

Permalink
Update Bigtable/src/ResumableStream.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jun 19, 2024
1 parent 62fe419 commit 5aab453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bigtable/src/ResumableStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 5aab453

Please sign in to comment.