Message45892
Logged In: YES
user_id=212920
Hi JJ,
I just scanned your SocketServer.py - and I really don't see
how this class might help? You don't offer a better
sslob.read() there, don't you?
So how could it help (besides maybe making my example
"server.py nicer).
If I put a sslobj on top of a socket object it is blocking
in 2.3, 2.3.x and higher. As proven in my example: Making
the underlying socket nonblocking has no effect - because
SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE from the
SSL_xxx() functions in the C-Library do not break out of the
while loop that was introduced in the above mentioned patches.
Cheers,
Tino |
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:37:31 | admin | link | issue945642 messages |
| 2007-08-23 15:37:31 | admin | create | |
|