Skip to content

Commit

Permalink
Some more cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kundadebdatta committed Nov 11, 2024
1 parent 86d07c5 commit 7cc5ca5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Microsoft.Azure.Cosmos/src/Handler/RequestInvokerHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ public override async Task<ResponseMessage> SendAsync(
((CosmosTraceDiagnostics)response.Diagnostics).Value.AddOrUpdateDatum("ExcludedRegions", request.RequestOptions.ExcludeRegions);
}

//if (ConfigurationManager.IsBinaryEncodingEnabled()
// && RequestInvokerHandler.IsPointOperationSupportedForBinaryEncoding(request)
// && response.Content != null
// && response.Content is not CloneableStream)
//{
// response.Content = await StreamExtension.AsClonableStreamAsync(response.Content, default);
//}

return response;
}

Expand Down

0 comments on commit 7cc5ca5

Please sign in to comment.