Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address feedback
  • Loading branch information
eiriktsarpalis authored and github-actions committed Oct 1, 2021
commit 4c28642bc54ad267bafb9523f6056a5a3a4b20cd
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ private static async Task WriteStreamAsync<TValue>(

if (state.SuppressFlush)
{
Debug.Assert(!isFinalBlock);
Debug.Assert(state.PendingTask is not null);
state.SuppressFlush = false;
}
Expand Down