Skip to content

Commit

Permalink
Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/RecordingHandler.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Harder <[email protected]>
  • Loading branch information
scbedd and mikeharder authored Feb 24, 2023
1 parent bb9ff7e commit 5a9413f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ public async Task WriteBodyBytes(byte[] bodyData, int playbackResponseTime, Http
int sleepLength = playbackResponseTime / batchCount;

byte[][] chunks = GetBatches(bodyData, batchCount);
int byteCountSent = 0;

for(int i = 0; i < chunks.Length; i++)
{
Expand Down

0 comments on commit 5a9413f

Please sign in to comment.