Irit Katriel <iritkatr...@yahoo.com> added the comment:
> 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(). ---------- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue26231> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com