Skip to content

Commit

Permalink
TransferEncodingChunked = false
Browse files Browse the repository at this point in the history
  • Loading branch information
jcansdale-test authored Sep 3, 2020
1 parent 2409993 commit af2ff36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ private HttpRequestMessage CreateRequest(

// Send the data in chunks so that it can be canceled if auth fails.
// Otherwise the whole package needs to be sent to the server before the PUT fails.
request.Headers.TransferEncodingChunked = true;
request.Headers.TransferEncodingChunked = false;

if (hasApiKey)
{
Expand Down

0 comments on commit af2ff36

Please sign in to comment.