Closed GoogleCodeExporter closed 9 years ago
Oops, I've just realized that in this example I have to have the connection
opened
until all the response data is read. Anyway, `with closing(conn)` isn't
important in
this context.
Original comment by anrien...@gmail.com
on 8 May 2008 at 2:09
This is harder than it sounds because that body might need to be unzipped or
decompressed in chunks, and also interacts with caching, not that these are
insurmountable obstacles. Will keep this open as an enhancement request.
Original comment by joe.gregorio@gmail.com
on 7 Sep 2008 at 10:42
Is there any patch available on this issue?
Original comment by santoz.2...@gmail.com
on 29 Sep 2009 at 6:40
[deleted comment]
HTTP documents can be arbitrarily huge, often much bigger than the memory
available
(think downloading a video on a memory restricted device). Often we want to
download
stuff directly to disk (and not create an object in memory).
Original comment by salimfadhley@gmail.com
on 1 Dec 2009 at 12:20
Original comment by joe.gregorio@gmail.com
on 26 Dec 2009 at 5:09
Original issue reported on code.google.com by
anrien...@gmail.com
on 8 May 2008 at 2:04