[issue16976] Asyncore/asynchat hangs when used with ssl sockets
Changes by Anthony Lozano : -- type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue16976> ___ ___ Python-bugs-list mailing list Unsubscri
[issue16976] Asyncore/asynchat hangs when used with ssl sockets
New submission from Anthony Lozano: If you create a asynchat subclass with a SSL socket asyncore can hang when data larger than the ac_in_buffer_size comes in. What (I think) happens is that asyncore uses a select.select call to determine when to read more data from the socket. On the first