[issue6161] httplib: HTTPResponse not storing response body

2009-06-01 Thread Guthur
Changes by Guthur : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue6161] httplib: HTTPResponse not storing response body

2009-06-01 Thread Guthur
Guthur added the comment: But it must be somewhere, you don't make a seperate request to the server for the body, you just make the single HTTP request and the server serves that request. Also this is surely aimed at developers, we can make the decision whether or not it is too large, and si

[issue6161] httplib: HTTPResponse not storing response body

2009-06-01 Thread Mykola Kharechko
Mykola Kharechko added the comment: HTTPResponse can't store body because it can be huge (some film or something else). -- nosy: +crchemist ___ Python tracker ___ ___

[issue6161] httplib: HTTPResponse not storing response body

2009-06-01 Thread Guthur
Changes by Guthur : -- title: HTTPResponse not storing response body -> httplib: HTTPResponse not storing response body ___ Python tracker ___ ___