We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f9509 commit c4bcce0Copy full SHA for c4bcce0
google/cloud/storage/internal/async/writer_connection_resumed.cc
@@ -429,9 +429,6 @@ class AsyncWriterConnectionResumedState
429
430
void SetFlushed(std::unique_lock<std::mutex> lk, Status const& result) {
431
if (!result.ok()) return SetError(std::move(lk), std::move(result));
432
- // This flush step completed. We are no longer actively writing this chunk.
433
- // WriteLoop will determine if another flush/write is needed.
434
- writing_ = false;
435
flush_ = false; // Reset flush flag; WriteLoop may set it again.
436
// Do NOT reset finalize_ or finalizing_ here.
437
auto handlers = ClearHandlers(lk);
0 commit comments