upyun / python-sdk

UPYUN Python SDK
117 stars 29 forks source link

fix upload empty file bug #24

Closed monhz closed 8 years ago

monhz commented 8 years ago

when we using requests>=2.9.0 to PUT an empty file, the headers[Transfer-Encoding] will be forced set to chunked, which is not support on "upyun.com". We have to make some ugly change to compatible the newest requests version.