This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients chris.stawarz, giampaolo.rodola, jafo, janssen, jcea
Date 2008-05-15.22:55:46
SpamBayes Score 0.23047288
Marked as misclassified No
Message-id <1210892168.02.0.341445626136.issue1251@psf.upfronthosting.co.za>
In-reply-to
Content
I'm hitting this issue aswell. How is going?.

I'm creating a socket with a, let say, 5 seconds timeout. The timeout
works fine before the "wrap_socket()", and after it. But the timeout
doesn't work WHILE in the "wrap_socket()" method call.

What can I do?.

If I need to call "do_handshake()" myself, working with
SSL_ERROR_WANT_READ/WRITE, I think this *needs* to be documented somewhere.

That is, any difference between "normal" sockets and "ssl" sockets need
to be documented in docs. Explicitly.

My opinion, of course :).
History
Date User Action Args
2008-05-15 22:56:10jceasetspambayes_score: 0.230473 -> 0.23047288
recipients: + jcea, jafo, janssen, giampaolo.rodola, chris.stawarz
2008-05-15 22:56:08jceasetspambayes_score: 0.230473 -> 0.230473
messageid: <1210892168.02.0.341445626136.issue1251@psf.upfronthosting.co.za>
2008-05-15 22:55:51jcealinkissue1251 messages
2008-05-15 22:55:50jceacreate