-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.11, 3.1.0-dev
-
None
-
None
The get_remote_file() function issues a request using HTTP 1.1, but is not capable of processing some of the features of a 1.1 response, such as a chunked response. We should probably use HTTP 1.0 requests instead.