amnong/easywebdav

Response.raw accessed without setting stream to True

Closed this issue · 1 comments

Requests specifies that response's raw access requires streaming be turned on (https://github.com/kennethreitz/requests/blob/master/requests/models.py#L476).

Failing to do this breaks zipped downloads against requests 1.2.3 (but works on 1.1.0)

For more info, see the analysis over at requests: https://github.com/kennethreitz/requests/issues/1481

Fixed in this pull request, let's see if the owner merges it

#13