[issue17575] HTTPConnection.send
dspub...@freemail.hu added the comment: Thank you Stephen.Tu for information. I think so, the "return" has been found ;-) -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.py
[issue17575] HTTPConnection.send
New submission from dspub...@freemail.hu: http.client modul, HTTPConnection object, send method Missing an "else" for self.sock.sendall(data) try block. ... if hasattr(data, "read") : if self.debuglevel > 0: print("sendIng a read