Skip to content

Commit 983e7ed

Browse files
Sync shared code from runtime (#24699)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0a8117 commit 983e7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/runtime/Quic/Implementations/MsQuic/MsQuicStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ internal override Task FlushAsync(CancellationToken cancellationToken = default)
398398
{
399399
ThrowIfDisposed();
400400

401-
return default!;
401+
return Task.CompletedTask;
402402
}
403403

404404
public override ValueTask DisposeAsync()

0 commit comments

Comments
 (0)