amnong / easywebdav

A WebDAV Client in Python
http://pypi.python.org/pypi/easywebdav/
ISC License
207 stars 113 forks source link

Response.raw accessed without setting stream to True #11

Closed skestle closed 10 years ago

skestle commented 11 years ago

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

victorgp commented 11 years ago

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

https://github.com/amnong/easywebdav/pull/13