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 skorpeo
Recipients skorpeo
Date 2019-01-03.16:41:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546533708.33.0.81545579375.issue35649@roundup.psfhosted.org>
In-reply-to
Content
when testing example from https://docs.python.org/3/library/http.client.html.  Specifically the chunked example, i.e. while not r1.closed.  Results in infinite loop.  

I believe this is because line 398 function def _close_conn(self), should call self.close().
History
Date User Action Args
2019-01-03 16:41:52skorpeosetrecipients: + skorpeo
2019-01-03 16:41:48skorpeosetmessageid: <1546533708.33.0.81545579375.issue35649@roundup.psfhosted.org>
2019-01-03 16:41:48skorpeolinkissue35649 messages
2019-01-03 16:41:48skorpeocreate