Kami commented on pull request #1488: URL: https://github.com/apache/libcloud/pull/1488#issuecomment-699626016
I'm working on the tests per my comment above and I noticed an "interesting" thing - with previous version of the code, request indeed handles the request as chunked one, but it doesn't send ``Transfer-Encoding: chunked`` header (and Libcloud layer doesn't send it either). So perhaps one option to solve this would also be to send ``Transfer-Encoding: chunked`` header in the Libcloud layer for chunked requests, but your change is likely safer and has less of a chance to negatively affect other requests. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
