Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraith2 committed Jul 10, 2020
1 parent 4d4ad15 commit 8f501da
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -114,7 +114,6 @@ public override async ValueTask<int> ReadAsync(Memory<byte> buffer, Cancellation
else
{
byte[] headerBytes = ArrayPool<byte>.Shared.Rent(TdsEnums.HEADER_LEN);
Array.Clear(headerBytes, 0, headerBytes.Length);

// fetch the packet header to determine how long the packet is
int headerBytesRead = 0;
Expand Down

0 comments on commit 8f501da

Please sign in to comment.