Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Some more cleanup.
  • Loading branch information
kundadebdatta committed Nov 11, 2024
commit 7cc5ca5ab47b6b159119a9d66a250ff93ea71485
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