Unable to get Streams using batched requests, Length always zero #2754
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
When using
BatchRequestContentCollection
(orBatchRequestContent
) to request a stream content it only returns an empty stream (Length = 0). This happens regardless of whether there is a single or multiple requests in the collection.I also tried to just use
GetResponseByIdAsync
, Header information saysThis does not occur when doing a single request without batching:
The stream gets returned correctly then,.
Expected behavior
Batched requests should return stream content correctly.
How to reproduce
SDK Version
5.63.0
Latest version known to work for scenario above?
I just tried to implement this, so idk if it worked with older versions.
Configuration
The text was updated successfully, but these errors were encountered: