Skip to content

Commit

Permalink
we never use byteCountSent, so removing the addition operation
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Feb 24, 2023
1 parent 5a9413f commit 47ff9ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ public async Task WriteBodyBytes(byte[] bodyData, int playbackResponseTime, Http
{
var chunk = chunks[i];

byteCountSent+= chunk.Length;
await outgoingResponse.Body.WriteAsync(chunk).ConfigureAwait(false);

if (i != chunks.Length - 1)
Expand Down

0 comments on commit 47ff9ae

Please sign in to comment.