[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 ___ ___ Pytho

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

2014-07-30 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2013-06-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[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 : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

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

2011-06-10 Thread Antoine Pitrou
Antoine Pitrou 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 under Linux, and 4