Message332934
| 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:52 | skorpeo | set | recipients: + skorpeo |
| 2019-01-03 16:41:48 | skorpeo | set | messageid: <1546533708.33.0.81545579375.issue35649@roundup.psfhosted.org> |
| 2019-01-03 16:41:48 | skorpeo | link | issue35649 messages |
| 2019-01-03 16:41:48 | skorpeo | create | |