[issue12197] non-blocking SSL write fails if a partial write was issued

2017-09-06 Thread Christian Heimes
Christian Heimes added the comment: I'm closing this issue because it hasn't seen any activity in six years. Please reopen it with more information if your problem still persists. -- assignee: christian.heimes -> resolution: -> out of date stage: needs patch -> resolved status: open

[issue12197] non-blocking SSL write fails if a partial write was issued

2016-09-15 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: -> christian.heimes components: +SSL nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker

[issue12197] non-blocking SSL write fails if a partial write was issued

2016-09-08 Thread Christian Heimes
Changes by Christian Heimes : -- stage: -> needs patch versions: +Python 3.6, Python 3.7 -Python 3.5 ___ Python tracker ___

[issue12197] non-blocking SSL write fails if a partial write was issued

2014-07-30 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12197 ___ ___

[issue12197] non-blocking SSL write fails if a partial write was issued

2013-06-17 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +christian.heimes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12197 ___ ___ Python-bugs-list

[issue12197] non-blocking SSL write fails if a partial write was issued

2011-06-16 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12197 ___ ___ Python-bugs-list mailing list

[issue12197] non-blocking SSL write fails if a partial write was issued

2011-06-10 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I don't see any discrepancy here (with Python 3.3). Under both Linux and Windows, the client thread prints: ERR [Errno 3] _ssl.c:1126: The operation did not complete (write) done The only difference is that the server thread receives 128KB