New submission from skorpeo <skorpe...@gmail.com>:

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().

----------
messages: 332934
nosy: skorpeo
priority: normal
severity: normal
status: open
title: http.client doesn't close.  Infinite loop
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35649>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to