I am downloading a file using HttpClient and trying to process it in chunks of 4MB. The client returns the stream as ChunkedEncodingReadStream. The fil
HttpClient
ChunkedEncodingReadStream