This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients Jacky, iritkatriel, martin.panter
Date 2021-06-18.13:38:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624023489.67.0.760316681283.issue26231@roundup.psfhosted.org>
In-reply-to
Content
> If close() does not consume the remaining data, the user would have to do it after invoking close(), regardless of how large the data is.


Martin's point was that you can abandon the connection and create a new one if you choose not to consume all the data.

>  But how do do it, the HTTPResponse has been closed. 

Right, if you want to consume the data you should do it before calling close().
History
Date User Action Args
2021-06-18 13:38:09iritkatrielsetrecipients: + iritkatriel, martin.panter, Jacky
2021-06-18 13:38:09iritkatrielsetmessageid: <1624023489.67.0.760316681283.issue26231@roundup.psfhosted.org>
2021-06-18 13:38:09iritkatriellinkissue26231 messages
2021-06-18 13:38:09iritkatrielcreate