aldenks opened a new issue, #340: URL: https://github.com/apache/arrow-rs-object-store/issues/340
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I'm not able to use the HttpStore to read data returned with `Transfer-Encoding: chunked`. In my case, I'm hoping to read through a proxy and it would be inefficient if the proxy buffered the full file before returning a response so it's using chunked encoding. **Describe the solution you'd like** To read data returned with chunked transfer encoding in the same way as other responses. **Describe alternatives you've considered** * I considered trying to work around the current check for a valid Content-Length by seeing if I could modify the proxy to return one even if it was using Transfer-Encoding: chunked but that's very clearly **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org